/*! jQuery UI - v1.12.1 - 2016-12-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	z-index:100 !important;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	height:4px;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -8px !important;
	margin: 0 0 0 -22px !important;
	paddong:0px !important;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
	margin:0 -20px 0 0 !important;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

.slider-range .ui-widget-header {
	background: #00aad2;
}
.slider-range .ui-widget.ui-widget-content {
	background: #999999;
	height: 4px;
	border-radius: 0px;
	border:0px;
}
.slider-range.ui-widget.ui-widget-content {
	background: #999999;
	height: 4px;
	border-radius: 0px;
	border:0px;
	margin:0 22px;
}
.slider-range.ui-widget.ui-widget-content:after {
	content:"";
	display:block;
	position:absolute;
	left:-20px;right:-20px; top:0;
	background: #999999;
	height: 4px;
	border-radius: 0px;
	border:0px;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

	/* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default,
.ui-slider .ui-button,
html .ui-slider .ui-button.ui-state-disabled:hover,
html .ui-slider .ui-button.ui-state-disabled:active {
	border: 6px solid #00aad2 !important;
	background: #f6f3f2 !important;
	font-weight: normal !important;
	border-radius:20px !important;
	width:20px !important;
	height:20px !important;;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-slider .ui-state-hover,
.ui-slider .ui-widget-content .ui-state-hover,
.ui-slider .ui-widget-header .ui-state-hover,
.ui-slider .ui-state-focus,
.ui-slider .ui-widget-content .ui-state-focus,
.ui-slider .ui-widget-header .ui-state-focus,
.ui-slider .ui-button:hover,
.ui-slider .ui-button:focus,
.ui-slider .ui-state-active,
.ui-slider .ui-widget-content .ui-state-active,
.ui-slider .ui-widget-header .ui-state-active,
.ui-slider a.ui-button:active,
.ui-slider .ui-button:active,
.ui-slider .ui-button.ui-state-active:hover {
	border: 6px solid #00aad2 !important;
	background: #f6f3f2 !important;
	font-weight: normal !important;
	border-radius:20px !important;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;

}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/common/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../images/common/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../images/common/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../images/common/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../images/common/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/common/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../images/common/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@charset "utf-8"; 
/* ------------------------------------------------------------------
  *  lata date: 2016.06.16
 * ------------------------------------------------------------------ */

/*! normalize.css_old v3.0.3 | MIT License | github.com/necolas/normalize.css_old */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {margin: 0;}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {    display: inline-block; /* 1 */    vertical-align: baseline; /* 2 */}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {display: none;height: 0;}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],template {display: none;}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a { background-color: transparent;}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {    outline: 0;}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {border-bottom: 1px dotted;}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,strong {    font-weight: bold;}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {font-style: italic;}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {    font-size: 2em;    margin: 0.67em 0;}

/**
 * Address styling not present in IE 8/9.
 */

mark {background: #ff0;color: #000;}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {    font-size: 80%;}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {    border: 0;}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {    overflow: hidden;}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {    margin: 1em 40px;}
/**
 * Address differences between Firefox and other browsers.
 */
hr {    box-sizing: content-box;    height: 0;}
/**
 * Contain overflow in all browsers.
 */
pre {    overflow: auto;}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {    font-family: monospace, monospace;    font-size: 1em;}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {    color: inherit; /* 1 */    font: inherit; /* 2 */    margin: 0; /* 3 */}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {    overflow: visible;}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {    text-transform: none;}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {    -webkit-appearance: button; /* 2 */    cursor: pointer; /* 3 */}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {    cursor: default;}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {    border: 0;    padding: 0;}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input { line-height: normal;}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {    box-sizing: border-box; /* 1 */    padding: 0; /* 2 */}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {    height: auto;}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {    -webkit-appearance: textfield; /* 1 */    box-sizing: content-box; /* 2 */}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {    -webkit-appearance: none;}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {    border: 1px solid #c0c0c0;    margin: 0 2px;    padding: 0.35em 0.625em 0.75em;}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */    padding: 0; /* 2 */}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {    overflow: auto;}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {    font-weight: bold;}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {    border-collapse: collapse;    border-spacing: 0;}
td,th {    padding: 0;}

@charset "utf-8";
/* ------------------------------------------------------------------
  *  last-update: 2016.08.20
 * ------------------------------------------------------------------ */

/* ! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/
* By Designfever.com has been Add.
* update : 2016/03/16
*/

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {background: #b3d4fc; text-shadow: none;}

::selection {background: #b3d4fc; text-shadow: none;}

/*
 * A better looking default horizontal rule
 */

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {vertical-align: middle;}

/*
 * Remove default fieldset styles.
 */

fieldset {border: 0; margin: 0; padding: 0;}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {resize: vertical;}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* px to % conversions
    -------------------
    px  |   %
    -------------------
     8  |   50.0
     9  |   56.3
    10  |   62.5
    11  |   68.8
    12  |   75.0
    13  |   81.3
    14  |   87.5
    15  |   93.8
    16  |   100
    17  |   106.3
    18  |   112.5
    19  |   118.8
    20  |   125.5
    21  |   131.3
    22  |   137.5
    23  |   143.8
    24  |   150.0
*/
/** M-00028 **/
ol.editor-ol li{
	list-style-type:decimal;
}
ul.editor-ul li{
	list-style-type:disc;
}
/* font */
@font-face{
    font-family:'HyundaiRegular';
    src:url("../font/HyundaiSansHead-Regular.eot");
    src:url("../font/HyundaiSansHead-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/HyundaiSansHead-Regular.woff") format("woff"),
    url("../font/HyundaiSansHead-Regular.woff2") format("woff2"),
    url("../font/HyundaiSansHead-Regular.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'HyundaiMedium';
    src:url("../font/HyundaiSansHead-Medium.eot");
    src:url("../font/HyundaiSansHead-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/HyundaiSansHead-Medium.woff") format("woff"),
    url("../font/HyundaiSansHead-Medium.woff") format("woff2"),
    url("../font/HyundaiSansHead-Medium.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'HyundaiLight';
    src:url("../font/HyundaiSansHead-Light.eot");
    src:url("../font/HyundaiSansHead-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/HyundaiSansHead-Light.woff") format("woff"),
    url("../font/HyundaiSansHead-Light.woff2") format("woff2"),
    url("../font/HyundaiSansHead-Light.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'HyundaiBold';
    src:url("../font/HyundaiSansHead-Bold.eot");
    src:url("../font/HyundaiSansHead-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/HyundaiSansHead-Bold.woff") format("woff"),
    url("../font/HyundaiSansHead-Bold.woff2") format("woff2"),
    url("../font/HyundaiSansHead-Bold.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'numberVerdana';
    font-style: normal;
    font-weight: 400;
    src: local('verdana');
    unicode-range: U+30-39;
}
html{ position:relative;overflow-y:scroll}
html, body{ position:relative;} /* AEM 터치 UI 관련하여 충돌됨 : height 100% */
body {font-family:'HyundaiRegular', 'Malgun Gothic', Dotum, '돋움', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', '굴림',arial, sans-serif;color:#000;-ms-word-wrap: break-word; word-wrap: break-word;}
body,div,section,dl, ul, ol, li, dt, dd, blockquote, p, h1, h2, h3, h4, h5, h6 {padding:0; margin:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {line-height: 1; margin: 0; font-weight:normal;font-family:"HyundaiMedium";}
li{list-style: none;}
pre, xmp, plaintext, listing, samp, kbd, code, figure, figcaption{margin:0}
iframe{border:none;}
img{vertical-align: top}
strong, b{font-family:"HyundaiMedium";font-weight:normal;}
a{text-decoration:none;color: #000}
a:hover,
a:focus{color: #000;text-decoration:underline;}
button{text-decoration:none;color: #000}
button:hover,
button:focus{color: #000;text-decoration:underline;}
::-webkit-input-placeholder {color:#999999}
::-moz-placeholder {color:#999999}
:-ms-input-placeholder {color:#999999}
:-moz-placeholder {color:#999999}
table{width:100%;}
caption{position：absolute; left:-10000px; top:auto;  height:1px; overflow:hidden;}

/* ==========================================================================
   Skip Navi & Browser Upgrade Prompt
   ========================================================================== */
/* skip Navigation */
#skipNavi    {position:absolute;top:0;left:0;width:100%;z-index:600;}
#skipNavi a {position:absolute;display:block; width:100%;padding:10px 0; background:#000;box-sizing: border-box; color:#fff; font-size: 16px; text-align:center;top:-9999px;}
#skipNavi a:hover, #skipNavi a:active, #skipNavi a:focus {display:inline-block;top:0;width:100%;}

/* browserUpgrage */
.browserUpgrade{position: fixed; left:0; top:0; width:100%; z-index:10000; background: #fafafa; border-bottom:2px solid #999; padding:10px 0; margin:0; text-align: center; font-size: 14px; color:#595959;}
.browserUpgrade a{font-size: 18px; color:#000;}
.browserUpgrade a:hover{color:#999;}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Image replacement */
.accTag{font-size: 0 !important; position: absolute !important; left: -9999px !important; top: -9999px !important; text-indent: -9999px !important; visibility: hidden !important; overflow: hidden !important;}

/* hide & show */
.hide{display:none !important;}
.show{display:block !important;}
.visibleHidden {visibility: hidden !important;}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {visibility: hidden;}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {clear: both;}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {*,
    *:before,
    *:after {background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important; text-shadow: none !important;}

    a[href^="#"]:after,
    a[href^="javascript:"]:after {content: "";}

    pre,
    blockquote {border: 1px solid #999; page-break-inside: avoid;}

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {display: table-header-group;}

    tr,
    img {page-break-inside: avoid;}

    img {max-width: 100% !important;}

    p,
    h2,
    h3 {orphans: 3; widows: 3;}

    h2,
    h3 {page-break-after: avoid;}

    @page {/*size:21cm 29.7cm;*/
        /*size: landscape; 기본 출력방향 */

        size: auto A4 landscape; margin: 1mm;}
}


/* margin & padding */
.pt109{padding-top:109px;}
.pb120{padding-top:120px;}

.mz{margin:0 !important;}
.pz{padding:0 !important;}

.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt75{margin-top:75px !important;}
.mt80{margin-top:80px !important;}
.mt85{margin-top:85px !important;}
.mt90{margin-top:90px !important;}
.mt95{margin-top:95px !important;}
.mt100{margin-top:100px !important;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}
.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}
.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}
.mb100{margin-bottom:100px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml55{margin-left:55px !important;}
.ml60{margin-left:60px !important;}
.ml65{margin-left:65px !important;}
.ml70{margin-left:70px !important;}
.ml75{margin-left:75px !important;}
.ml80{margin-left:80px !important;}
.ml85{margin-left:85px !important;}
.ml90{margin-left:90px !important;}
.ml95{margin-left:95px !important;}
.ml100{margin-left:100px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}
.mr55{margin-right:55px !important;}
.mr60{margin-right:60px !important;}
.mr65{margin-right:65px !important;}
.mr70{margin-right:70px !important;}
.mr75{margin-right:75px !important;}
.mr80{margin-right:80px !important;}
.mr85{margin-right:85px !important;}
.mr90{margin-right:90px !important;}
.mr95{margin-right:95px !important;}
.mr100{margin-right:100px !important;}

.mw0{margin-left:0 !important;margin-right:0 !important;}
.mw5{margin-left:5px !important;margin-right:5px !important;}
.mw10{margin-left:10px !important;margin-right:10px !important;}
.mw15{margin-left:15px !important;margin-right:15px !important;}
.mw20{margin-left:20px !important;margin-right:20px !important;}
.mw25{margin-left:25px !important;margin-right:25px !important;}
.mw30{margin-left:30px !important;margin-right:30px !important;}
.mw35{margin-left:35px !important;margin-right:35px !important;}
.mw40{margin-left:40px !important;margin-right:40px !important;}
.mw45{margin-left:45px !important;margin-right:45px !important;}
.mw50{margin-left:50px !important;margin-right:50px !important;}
.mw55{margin-left:55px !important;margin-right:55px !important;}
.mw60{margin-left:60px !important;margin-right:60px !important;}
.mw65{margin-left:65px !important;margin-right:65px !important;}
.mw70{margin-left:70px !important;margin-right:70px !important;}
.mw75{margin-left:75px !important;margin-right:75px !important;}
.mw80{margin-left:80px !important;margin-right:80px !important;}
.mw85{margin-left:85px !important;margin-right:85px !important;}
.mw90{margin-left:90px !important;margin-right:90px !important;}
.mw95{margin-left:95px !important;margin-right:95px !important;}
.mw100{margin-left:100px !important;margin-right:100px !important;}

.mh0{margin-top:0 !important;margin-bottom:0 !important;}
.mh5{margin-top:5px !important;margin-bottom:5px !important;}
.mh10{margin-top:10px !important;margin-bottom:10px !important;}
.mh15{margin-top:15px !important;margin-bottom:15px !important;}
.mh20{margin-top:20px !important;margin-bottom:20px !important;}
.mh25{margin-top:25px !important;margin-bottom:25px !important;}
.mh30{margin-top:30px !important;margin-bottom:30px !important;}
.mh35{margin-top:35px !important;margin-bottom:35px !important;}
.mh40{margin-top:40px !important;margin-bottom:40px !important;}
.mh45{margin-top:45px !important;margin-bottom:45px !important;}
.mh50{margin-top:50px !important;margin-bottom:50px !important;}
.mh55{margin-top:55px !important;margin-bottom:55px !important;}
.mh60{margin-top:60px !important;margin-bottom:60px !important;}
.mh65{margin-top:65px !important;margin-bottom:65px !important;}
.mh70{margin-top:70px !important;margin-bottom:70px !important;}
.mh75{margin-top:75px !important;margin-bottom:75px !important;}
.mh80{margin-top:80px !important;margin-bottom:80px !important;}
.mh85{margin-top:85px !important;margin-bottom:85px !important;}
.mh90{margin-top:90px !important;margin-bottom:90px !important;}
.mh95{margin-top:95px !important;margin-bottom:95px !important;}
.mh100{margin-top:100px !important;margin-bottom:100px !important;}

.pt0{padding-top:0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}
.pt55{padding-top:55px !important;}
.pt60{padding-top:60px !important;}
.pt65{padding-top:65px !important;}
.pt70{padding-top:70px !important;}
.pt75{padding-top:75px !important;}
.pt80{padding-top:80px !important;}
.pt85{padding-top:85px !important;}
.pt90{padding-top:90px !important;}
.pt95{padding-top:95px !important;}
.pt100{padding-top:100px !important;}

.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}
.pb55{padding-bottom:55px !important;}
.pb60{padding-bottom:60px !important;}
.pb65{padding-bottom:65px !important;}
.pb70{padding-bottom:70px !important;}
.pb75{padding-bottom:75px !important;}
.pb80{padding-bottom:80px !important;}
.pb85{padding-bottom:85px !important;}
.pb90{padding-bottom:90px !important;}
.pb95{padding-bottom:95px !important;}
.pb100{padding-bottom:100px !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}
.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}
.pl50{padding-left:50px !important;}
.pl55{padding-left:55px !important;}
.pl60{padding-left:60px !important;}
.pl65{padding-left:65px !important;}
.pl70{padding-left:70px !important;}
.pl75{padding-left:75px !important;}
.pl80{padding-left:80px !important;}
.pl85{padding-left:85px !important;}
.pl90{padding-left:90px !important;}
.pl95{padding-left:95px !important;}
.pl100{padding-left:100px !important;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}
.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}
.pr50{padding-right:50px !important;}
.pr55{padding-right:55px !important;}
.pr60{padding-right:60px !important;}
.pr65{padding-right:65px !important;}
.pr70{padding-right:70px !important;}
.pr75{padding-right:75px !important;}
.pr80{padding-right:80px !important;}
.pr85{padding-right:85px !important;}
.pr90{padding-right:90px !important;}
.pr95{padding-right:95px !important;}
.pr100{padding-right:100px !important;}

.pw0{padding-left:0 !important;padding-right:0 !important;}
.pw5{padding-left:5px !important;padding-right:5px !important;}
.pw10{padding-left:10px !important;padding-right:10px !important;}
.pw15{padding-left:15px !important;padding-right:15px !important;}
.pw20{padding-left:20px !important;padding-right:20px !important;}
.pw25{padding-left:25px !important;padding-right:25px !important;}
.pw30{padding-left:30px !important;padding-right:30px !important;}
.pw35{padding-left:35px !important;padding-right:35px !important;}
.pw40{padding-left:40px !important;padding-right:40px !important;}
.pw45{padding-left:45px !important;padding-right:45px !important;}
.pw50{padding-left:50px !important;padding-right:50px !important;}
.pw55{padding-left:55px !important;padding-right:55px !important;}
.pw60{padding-left:60px !important;padding-right:60px !important;}
.pw65{padding-left:65px !important;padding-right:65px !important;}
.pw70{padding-left:70px !important;padding-right:70px !important;}
.pw75{padding-left:75px !important;padding-right:75px !important;}
.pw80{padding-left:80px !important;padding-right:80px !important;}
.pw85{padding-left:85px !important;padding-right:85px !important;}
.pw90{padding-left:90px !important;padding-right:90px !important;}
.pw95{padding-left:95px !important;padding-right:95px !important;}
.pw100{padding-left:100px !important;padding-right:100px !important;}

.ph0{padding-top:0 !important;padding-bottom:0 !important;}
.ph5{padding-top:5px !important;padding-bottom:5px !important;}
.ph10{padding-top:10px !important;padding-bottom:10px !important;}
.ph15{padding-top:15px !important;padding-bottom:15px !important;}
.ph20{padding-top:20px !important;padding-bottom:20px !important;}
.ph25{padding-top:25px !important;padding-bottom:25px !important;}
.ph30{padding-top:30px !important;padding-bottom:30px !important;}
.ph35{padding-top:35px !important;padding-bottom:35px !important;}
.ph40{padding-top:40px !important;padding-bottom:40px !important;}
.ph45{padding-top:45px !important;padding-bottom:45px !important;}
.ph50{padding-top:50px !important;padding-bottom:50px !important;}
.ph55{padding-top:55px !important;padding-bottom:55px !important;}
.ph60{padding-top:60px !important;padding-bottom:60px !important;}
.ph65{padding-top:65px !important;padding-bottom:65px !important;}
.ph70{padding-top:70px !important;padding-bottom:70px !important;}
.ph75{padding-top:75px !important;padding-bottom:75px !important;}
.ph80{padding-top:80px !important;padding-bottom:80px !important;}
.ph85{padding-top:85px !important;padding-bottom:85px !important;}
.ph90{padding-top:90px !important;padding-bottom:90px !important;}
.ph95{padding-top:95px !important;padding-bottom:95px !important;}
.ph100{padding-top:100px !important;padding-bottom:100px !important;}
button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: blue !important;
    box-shadow: 0 0 3px 0px blue !important;
    position:relative;
}

select:-moz-focusring {
    color: transparent;
    box-shadow: 0 0 3px 0px blue !important;
}

@media print,screen and (min-width:741px) and (max-width:20000px){
    body{font-size: 16px;line-height: 28px;}
    #container input[type="radio"],
    #container input[type="checkbox"]{position:relative; left:1px; top:1px; width: 13px; height:13px;margin:0; padding:0;}
    #container input[type="text"],
    #container input[type="password"],
    #container input[type="search"],
    #container input[type="email"],
    #container input[type="tel"],
    #container input[type="number"],
    #container select,
    #container textarea{height:44px; padding:0 20px;  border:1px solid #c4c6ca; font:14px/44px 'HyundaiRegular', 'Malgun Gothic', Dotum, '돋움', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', '굴림',arial, sans-serif; vertical-align: baseline; outline:none; box-sizing: border-box; color:#000}

    #container input[type="password"]{font-family:'HyundaiRegular', 'Malgun Gothic', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', 'Microsoft NeoGothic', 'Droid sans', Dotum, 돋움, 굴림, arial, sans-serif;} /* 3 Should be changed */
    #container input[type="text"]:disabled,
    #container input[type="password"]:disabled,
    #container input[type="search"]:disabled,
    #container input[type="email"]:disabled,
    #container input[type="tel"]:disabled,
    #container input[type="number"]:disabled,
    #container select:disabled,
    #container textarea:disabled{background-color:#fff;color:#888}
    /*
    input[type="text"]:focus,input[type="password"]:focus,input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus{border:1px solid #000;}
    */
    button{border:0; padding:0; overflow: hidden; background: none;position:relative;}
    #container textarea{padding:18px; border:1px solid #c4c6ca; font:16px/1.2 'HyundaiRegular'; resize:none; box-sizing: border-box;} /* 4 Should be changed */
    #container input[type="text"].wrong-value,
    #container input[type="tel"].wrong-value,
    #container input[type="email"].wrong-value,
    #container input[type="number"].wrong-value,
    #container textarea.wrong-value{color:#c21a1a !important;}
    #container input[disabled ="disabled"]{background: #fafafa;}
    #container input[type="text"]::-ms-clear{display: none;}

    #container input[type=checkbox] {display:none;}
    #container input[type=checkbox] + label{display: inline-block;cursor: pointer;position: relative;line-height:18px;padding-left: 28px;font-size: 14px; vertical-align:top;}
    #container input[type=checkbox]+ label:before{content: "";display: inline-block;width: 18px;height: 18px;position: absolute;left: 0;top: 0;border:2px solid #999999;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
    #container input[type=checkbox]:checked + label:before{background:url("../images/common/checkbox.png") no-repeat center center;-webkit-background-size:10px auto; background-size:10px auto;border:2px solid #00aad2;   }

    #container input[type=radio] {display:none;}
    #container input[type=radio] + label{display: inline-block;cursor: pointer;position: relative;line-height:18px;padding-left: 28px;font-size: 14px; vertical-align:top;}
    #container input[type=radio]+ label:before{content: "";display: inline-block;width: 18px;height: 18px;position: absolute;left: 0;top: 0;border:2px solid #999999;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;border-radius:18px}
    #container input[type=radio]:checked + label:before{border:2px solid #00aad2;}
    #container input[type=radio]:checked + label:after{content: "";display: inline-block;width: 8px;height: 8px;position: absolute;left: 5px;top: 50%;margin:-4px 0 0 0px; background:#00aad2;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;border-radius:8px}


    #container select{box-shadow:1px 1px 1px rgba(0,0,0,0.05);border:0px;padding:0 25px;width:100%;
        appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        background:#fff url("../images/common/select_right_arr.png") no-repeat right center;
        border:none;border-right:0px; border-top:0px; border-left:0px; border-bottom:0px;
    }   
    #container select:focus {
        outline:2px solid #a4c6fd;
    }
    #container select::-ms-expand {
        display: none;
    }
    #container .msie9 select{box-shadow:1px 1px 1px rgba(0,0,0,0.05);border:0px;padding:0 0 0 25px;width:100%;
        appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        background-image:none;
        border:none;border-right:0px; border-top:0px; border-left:0px; border-bottom:0px;
    }
    #container select:disabled{opacity:0.5}
    #container select.bg{background-color:#e4dcd3;}
    #container select.bg:disabled{background-color:#e4dcd3;}
    #container select.bg2{background-color:#f6f3f2}

    .mobileOnly{display:none;}
    .fakeWrap{width:1120px;}
    .webBlock{display:block;}
}
@media screen and (min-width:0) and (max-width:740px){
    body{font-size: 14px;line-height: 21px;}
    #container b,
    #container strong{font-weight:normal;}

    #container input[type="radio"],
    #container input[type="checkbox"]{position:relative; left:1px; top:1px; width: 13px; height:13px;margin:0; padding:0;}
    #container input[type="text"],
    #container input[type="password"],
    #container input[type="search"],
    #container input[type="email"],
    #container input[type="tel"],
    #container input[type="number"],
    #container select,
    #container textarea{height:35px; padding:0 15px;  border:1px solid #c4c6ca; font:12px/normal 'HyundaiRegular', 'Malgun Gothic', Dotum, '돋움', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', '굴림',arial, sans-serif; vertical-align: baseline; box-sizing: border-box; color:#000; border-radius:0; appearance:none; -webkit-appearance:none;}

    #container input[type="password"]{font-family:'HyundaiRegular', 'Malgun Gothic', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', 'Microsoft NeoGothic', 'Droid sans', Dotum, 돋움, 굴림, arial, sans-serif;} /* 3 Should be changed */
    #container input[type="text"]:disabled,
    #container input[type="password"]:disabled,
    #container input[type="search"]:disabled,
    #container input[type="email"]:disabled,
    #container input[type="tel"]:disabled,
    #container input[type="number"]:disabled,
    #container select:disabled,
    #container textarea:disabled {background-color:#fff;color:#888}
    /*
    input[type="text"]:focus,input[type="password"]:focus,input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus{border:1px solid #000;}
    */
    button{border:0; padding:0; overflow: hidden; background: none;position:relative;}
    #container textarea{padding:18px; border:1px solid #c4c6ca; font:12px/1.6 'HyundaiRegular'; resize:none; box-sizing: border-box;} /* 4 Should be changed */
    #container input[type="text"].wrong-value,
    #container input[type="tel"].wrong-value,
    #container input[type="email"].wrong-value,
    #container input[type="number"].wrong-value,
    #container textarea.wrong-value{color:#c21a1a !important;}
    #container input[disabled ="disabled"]{background: #fafafa;}
    #container input[type="text"]::-ms-clear{display: none;}

    #container input[type=checkbox] {display: none;}
    #container input[type=checkbox] + label{display: inline-block;cursor: pointer;position: relative;line-height:16px;padding-left: 25px;font-size: 12px;}
    #container input[type=checkbox]+ label:before {content: "";display: inline-block;width: 16px;height: 16px;position: absolute;left: 0;top: 0;border:2px solid #999999;       -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
    #container input[type=checkbox]:checked + label:before {background:url("../images/common/checkbox.png") no-repeat center center;-webkit-background-size:10px auto; background-size:10px auto;border:2px solid #00aad2;  }

    #container input[type=radio] {display:none;}
    #container input[type=radio] + label{display: inline-block;cursor: pointer;position: relative;line-height:16px;padding-left: 25px;font-size: 12px;}
    #container input[type=radio]+ label:before{content: "";display: inline-block;width: 16px;height: 16px;position: absolute;left: 0;top: 0;border:2px solid #999999;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;border-radius:18px}
    #container input[type=radio]:checked + label:before{border:2px solid #00aad2;}
    #container input[type=radio]:checked + label:after{content: "";display: inline-block;width: 8px;height: 8px;position: absolute;left: 4px;top: 4px;background:#00aad2;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;border-radius:8px}

    #container select{border:0;padding:0 40px 0 15px;width:100%;
        appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        background:#fff url("../images/common/select_right_arr.png") no-repeat right center;
    }
    #container select::-ms-expand {
        display: none;
    }
    #container .msie9 select{padding:0 0 0 15px;width:100%;
        appearance:none;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        background-image:none;
    }
    #container select:disabled{opacity:0.5}
    #container select.bg{background-color:#e4dcd3;}
    #container select.bg:disabled{background-color:#e4dcd3;}
    #container select.bg2{background-color:#f6f3f2}

    .webOnly{display:none;}
    .mobileBlock{display:block;}
}


.layerPop.loading{ width:100%; height:100%;position:fixed}
#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #00aad2;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position:absolute;
    left:50%;
    top:50%;
    margin:-25px 0 0 -25px
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

/** M-00028 **/
ol.editor-ol li{
	list-style-type:decimal;
}
ul.editor-ul li{
	list-style-type:disc;
}

/* Popup Authoring(M-00033) Start */
@media print,screen and (min-width:741px) and (max-width:20000px){
.overlay{position:fixed; left:0; top:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.60); z-index:9999}
.notice{width:700px; position:fixed; min-height:620px; background:url("../images/common/noticeBg.jpg") left top no-repeat #e5e5e5; left:50%; margin-left:-350px; top:100px}
.noticeCloseBtn{width:16px; height:16px; background:url("../images/common/noticeCloseBtn.png") no-repeat; position:absolute; right:30px; top:30px; display:inline-block; text-indent:-9999px}
.noticeTit{width:580px; padding:110px 0 0 0; text-align:center; margin:0 auto; font-size:45px; color:#000; font-family:"HyundaiMedium"}
.noticeTxt{width:500px; padding:40px; margin:0 auto; margin-top:40px; text-align:center; background:rgba(255,255,255,0.50); font-size:17px; color:#222; line-height:23px}
.noticeBtn{margin:30px 0 0 0; text-align:center; position:relative}
.noticeBtn a{display:inline-block; width:140px; height:35px; background:#002c5f; color:#fff; text-align:center; font-size:16px; line-height:35px;}
.noticeBtn a:hover{text-decoration:none}
.noticeFoot{width:500px; margin:0 auto; padding:25px 0; position:relative; font-size:14px; color:#000; background:url("../images/common/noticeLogo.png") right 28px no-repeat}
.noticeFoot input[type=checkbox]{display:none}
.noticeFoot input[type=checkbox] + label{height:17px; display:inline-block; cursor:pointer; position:relative; padding-left:30px; vertical-align:middle; line-height:17px; color:#000; font-size:14px;}
.noticeFoot input[type=checkbox] + label:before{content:''; display:inline-block; width:17px; height:17px; position:absolute; left:0; bottom:0; background:url("../images/common/noticeCheckOff.png") no-repeat}
.noticeFoot input[type=checkbox]:checked + label:before{background:url("../images/common/noticeCheckOn.png") no-repeat}
}

@media screen and (min-width:0) and (max-width:740px){
.overlay{position:fixed; left:0; top:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.60); z-index:9999}
.notice{width:84%; position:fixed; padding-bottom:30px; background:url("../images/common/noticeBg.jpg") center top no-repeat #e5e5e5; left:50%; margin-left:-42%; top:30px}
.noticeCloseBtn{width:16px; height:16px; background:url("../images/common/noticeCloseBtn.png") no-repeat; position:absolute; right:20px; top:20px; display:inline-block; text-indent:-9999px}
.noticeTit{width:90%; padding:60px 0 0 0; text-align:center; margin:0 auto; font-size:24px; line-height:24px; color:#000; font-family:"HyundaiMedium"}
.noticeTxt{width:80%; padding:20px; margin:0 auto; margin-top:20px; box-sizing:border-box; text-align:center; background:rgba(255,255,255,0.50); font-size:13px; color:#222; line-height:20px}
.noticeBtn{margin:30px 0 0 0; text-align:center; position:relative}
.noticeBtn a{display:inline-block; width:140px; height:35px; background:#002c5f; color:#fff; text-align:center; font-size:16px; line-height:35px;}
.noticeBtn a:hover{text-decoration:none}
.noticeFoot{width:80%; margin:0 auto; padding:15px 0 45px 0; box-sizing:border-box; position:relative; font-size:14px; color:#000; background:url("../images/common/noticeLogo.png") center bottom no-repeat; background-size:120px}
.noticeFoot input[type=checkbox]{display:none}
.noticeFoot input[type=checkbox] + label{height:17px; display:inline-block; cursor:pointer; position:relative; padding-left:30px; vertical-align:middle; line-height:17px; color:#000; font-size:13px;}
.noticeFoot input[type=checkbox] + label:before{content:''; display:inline-block; width:17px; height:17px; position:absolute; left:0; bottom:0; background:url(publish/images/common/noticeCheckOff.png) no-repeat}
.noticeFoot input[type=checkbox]:checked + label:before{background:url("../images/common/noticeCheckOn.png") no-repeat}
}
/* Popup Authoring(M-00033) End */
@charset "utf-8";
/* ------------------------------------------------------------------
  *  lata date:2016.10.16
 * ------------------------------------------------------------------ */

body{background-color:#f6f3f2;}

.tac{text-align:center !important;}
.tal{text-align:left !important;}
.tar{text-align:right  !important;}

.fl{float:left !important;}
.fr{float:right !important;}
.fnone{float:none !important;}

/*font-family*/
.ffhr{font-family:"HyundaiRegular" !important;}
.ffhm{font-family:"HyundaiMedium" !important;}

/*font-wight*/
.fwn{font-weight:normal !important; font-family:"HyundaiRegular" !important;}
.fwb{font-weight:normal  !important; font-family:"HyundaiMedium" !important;}

/*text-decoration:none;*/
.tdn{text-decoration:none !important;}
.tdun{text-decoration:underline !important;}
.tdl{text-decoration:line-through !important;}

/* color */
.colorw{color:#fff !important;}
.colorbk{color:#000 !important;}
.colorgy{color:#666 !important;}
.colorb{color:#00aad2 !important;}/* blue */

/* background-color */
.bgDB{background-color:#e4dcd3 !important;}/* dark brown */
.bgW{background-color:#fff !important;}/* white */
.bgLB{background-color:#f6f3f2 !important;}/* light brown */
.bgLBN{background-color:#f5f5f5 !important;}/* NBrand Theme */
.bgBl{background-color:#002c5f !important;}/* blue */
.bgLG{background-color:#f5f5f5 !important;}/* light gray */

/*overflow*/
.ovh{overflow:hidden !important;}

/*button*/
.btnWrap{text-align:center;}

/*grid*/
.gridWrap{overflow:hidden;}
.gridWrap .grid{overflow:hidden;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.n1 .grid{width:100%;float:none;}
.n2 .grid{width:50%;}
	.n2.d37 .grid.d3{width:30%;}
	.n2.d37 .grid.d7{width:70%;}
.n3 .grid{width:33.333%;}
.n4 .grid{width:25%;}
/*.n6 .grid{width:16.66%;width:calc(100% / 6);width:calc(100% / 6);width:calc(100% / 6);}*/
.n8 .grid{width:12.5%;}
.n16 .grid{width:6.25%;}

a.mail{text-decoration:underline !important;}
.playerSelect{ width:100%;}
@media print,screen and (min-width:741px) and (max-width:20000px){

	/*text align*/
	.tacl{text-align:center !important;}

	/*font-size*/
	.fz11{font-size:11px !important;}
	.fz12{font-size:12px !important;}
	.fz14{font-size:14px !important;}
	.fz16{font-size:16px !important;}
	.fz18{font-size:18px !important;}
	.fz20{font-size:20px !important;}
	.fz22{font-size:22px !important;}
	.fz24{font-size:24px !important;}
	.fz26{font-size:26px !important;}
	.fz28{font-size:28px !important;}
	.fz30{font-size:30px !important;}
	.fz32{font-size:32px !important;}
	.fz34{font-size:34px !important;}
	.fz36{font-size:36px !important;}
	.fz38{font-size:38px !important;}
	.fz40{font-size:40px !important;}
	.fz42{font-size:42px !important;}
	.fz44{font-size:44px !important;}
	.fz46{font-size:46px !important;}
	.fz48{font-size:48px !important;}
	.fz50{font-size:50px !important;}
	.fz52{font-size:52px !important;}
	.fz54{font-size:54px !important;}
	.fz56{font-size:56px !important;}
	.fz58{font-size:58px !important;}
	.fz60{font-size:60px !important;}

	/*gnb*/
	.topBanner .gnbWrapFull{position:absolute; margin-bottom:-70px; top:336px; /* M-000073 앞의 relative를 absoulte 로 수정, top 값 추가 - 2017.07.11 Main 화면의 GBN 클릭시 아래로 덮히게 수정 */}
	.gnbWrapFull{background:#fff url("../images/common/gnb_bg.png") repeat-x;min-width:1240px;position:absolute;left:0;top:0;width:100%;transition:all 0.3s;box-shadow:0px 1px 3px rgba(216,209,200,0.7);min-height:70px;z-index:20}
	.gnbWrapFull.edit{ top:25px;}
	.gnbWrapFull.ab{ position:absolute;}
	.gnbWrapFull a{text-decoration:none;}
	.gnbWrapFull.openSub{min-height:393px;overflow:hidden;z-index:9999}
	.gnbWrapFull.openSub.findCar{min-height:571px;overflow:hidden;}
	.gnbWrap{height:71px;width:1120px;margin:0 auto;position:relative;z-index:10}
	.gnbWrap .logo{float:left;padding-top:21px;}
	.gnbWrap .logo .topLogo{ background:url("../images/common/logo.png") no-repeat; width:149px; height:22px; display:block; text-indent:-9999px; overflow:hidden;}
	.gnbWrap .topBar .btnBack{ display:none;}
	.gnbWrap .topBar .rightArea{ display:none;}
	.gnbWrap .topBar .pageTitle{ display:none;}
	.gnbWrap .scrollBox{ display:block !important;max-height:none !important;right:auto !important;height:auto !important;}
	.gnbWrap .gnbArea{float:left;padding-left:100px;font-size:14px;}
	.gnbWrap .gnbArea:after{content:"";display:block;clear:both }
	.gnbWrap .gnbArea .dep1Wrap{}
	.gnbWrap .gnbArea .dep1Wrap:after{content:"";display:block;clear:both }
	.gnbWrap .gnbArea .dep1Wrap .dep1{float:left;margin:0 20px;}
	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a{display:block;line-height:70px;text-decoration:none;color:#666666;font-size:16px;font-family:"HyundaiMedium"}
	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a:hover,
	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a:focus{color:#000;}
	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a.on{color:#000;}

	.gnbWrap .gnbArea .gnbSubArea{display:none;text-decoration:none;color:#767676;position:absolute;left:0;top:90px;width:100%;padding-top:23px;}
	.gnbWrap .gnbArea .gnbSubArea.car{padding-top:0;top:90px}
	.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a{display:block;text-decoration:none;color:#767676;position:relative;line-height:38px;}
	.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a:hover,
	.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a:focus{color:#00a1c7;text-decoration:none;}
	.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.on{color:#00a1c7;}
	.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.arr:after{content:"";overflow:hidden;display:block;position:absolute;right:0;top:15px;background:url("../images/common/gnb_arr.png") no-repeat top left;width:4px;height:7px;}
	.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.on.arr:after{background-position:0 -7px;}
	.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.newWin:after{content:"";overflow:hidden;display:block;position:absolute;right:0;top:15px;width:7px;height:7px;background:url("../images/common/ico_gnb_newwin.png") no-repeat 0 -7px;font-size:0;line-height:0;}
	.gnbWrap .gnbArea .gnbSubArea .depSub .depSub_a.newWin:hover:after{background:url("../images/common/ico_gnb_newwin.png") no-repeat 0 0;}
	.gnbWrap .gnbArea .dep2Wrap{position:absolute;left:0;top:0px;width:245px;}
	.gnbWrap .gnbArea .dep3Wrap{position:absolute;left:285px;top:0;width:245px;display:none;}
	.gnbWrap .gnbArea .dep4Wrap{position:absolute;left:285px;top:0;width:245px;display:none;}
	.gnbWrap .gnbArea .dep5Wrap{position:absolute;left:285px;top:0;width:245px;display:none;}
	.gnbWrap .gnbArea .gnbSubArea .btnGnbClose{position:absolute;right:0;top:13px;}
	.gnbWrap .gnbArea .gnbGap{display:none;position:absolute;left:205px;top:66px;background:#00aad2;width:84px;height:4px;transition:all 0.3s;}
	.gnbWrap .carListWrap{position:relative; margin-top:0px;}
	.gnbWrap .carListWrap .tabArea{overflow:hidden;display:block !important;}
	.gnbWrap .carListWrap .tabArea .tab{float:left;width:150px;}
	.gnbWrap .carListWrap .tabArea .tab > .tabBtn{display:block; color:#ffffff; font-size:16px; text-align:center; font-family:"HyundaiMedium"; background:#444444;line-height:40px; width:100%;}
	.gnbWrap .carListWrap .tabArea .tab > .tabBtn.newWin:after{content:"";overflow:hidden;display:inline-block;margin-left:10px;width:10px;height:10px;background:url("../images/common/ico_gnb_newwin2.png") no-repeat 0 -10px;font-size:0;line-height:0;}
	.gnbWrap .carListWrap .tabArea .tab > .tabBtn.newWin:hover:after{background:url("../images/common/ico_gnb_newwin2.png") no-repeat 0 0;}
	.gnbWrap .carListWrap .tabArea .tab.all > .tabBtn{background:#002c5f;}
	.gnbWrap .carListWrap .tabArea .tab > .tabBtn:hover,
	.gnbWrap .carListWrap .tabArea .tab > .tabBtn:focus{background:#ffffff; color:#000000;}
	.gnbWrap .carListWrap .tabArea .tab.on > .tabBtn{background:#ffffff; color:#000000;}
	.gnbWrap .carListWrap .tabArea .tab.on .carList{display:block;}
	.gnbWrap .carListWrap .carList{position:absolute; left:0; top:90px;width:100%; display:none;}
	.gnbWrap .carListWrap .carList .item{float:left; margin-right:80px; margin-bottom:40px;}
	.gnbWrap .carListWrap .carList .item img{ width:160px; height:86px;}
	.gnbWrap .carListWrap .carList .item:nth-child(5n){margin-right:0;}
	.gnbWrap .carListWrap .carList .item .carTit{display:block; margin-top:15px; font-size:14px; text-align:center; line-height:1;}
	.gnbWrap .gnbRight{float:right;padding-top:27px;}
	.gnbWrap .gnbRight .item{float:left;margin-left:19px;}
	.gnbWrap .gnbRight .item .btnGnbSearch{ display:block; background:url("../images/common/btn_topmenu_search.png") no-repeat; width:16px; height:16px; overflow:hidden; text-indent:-9999px;}
	.gnbWrap .gnbRight .item .btnGnbLanguage{ display:block; background:url("../images/common/btn_topmenu_language.png") no-repeat; width:16px; height:16px; overflow:hidden; text-indent:-9999px;}

	.gnbUtilWrap{background:#f2f2f2; position:relative; height:0px;transition:all 0.3s;}
	.gnbUtilWrap.search{height:90px;}
	.gnbUtilWrap.language{height:92px;}
	.gnbSearchArea{width:1120px;margin:0 auto;padding:20px 0; text-align:center; position:absolute; left:0; right:0;top:71px; display:none;}
	.gnbSearchArea .gnbSearch{width:572px;margin:0 auto; position:relative; background:#ffffff;}
	.gnbSearchArea .gnbSearch .searchInput{position:relative; font-weight:normal;padding-right:55px; }
	.gnbSearchArea .gnbSearch .searchInput .inputText{width:100%;border:0px;font-size:20px; line-height:50px; height:50px; padding-left:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.gnbSearchArea .gnbSearch .searchInput .inputText::-ms-clear{display:none;}
	.gnbSearchArea .gnbSearch .btnSearch{position:absolute; right:0px; top:0; display:block;width:55px; text-align:center;height:50px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:url("../images/common/btn_search.png") no-repeat center center; overflow:hidden; text-indent:-99999px;}
	.gnbSearchArea .gnbSearch .btnReset{display:none;position:absolute; right:60px; top:0; width:18px; text-align:center;height:50px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:url("../images/common/btn_reset.png") no-repeat center center; overflow:hidden; text-indent:-99999px;}
	.gnbSearchArea .gnbSearch .btnReset.on{display:block}
	.gnbSearchArea .gnbSearch .gnbautoSearchList{background:#ffffff; display:none; position:absolute; left:0; top:50px; width:100%;}
	.gnbSearchArea .gnbSearch .autoSearch{border-top:1px solid #063162; background:#ffffff; text-align:left;margin:0 auto; width:532px;padding:12px 0}
	.gnbSearchArea .gnbSearch .gnbautoSearchList .list .link{display:block; font-size:16px; line-height:50px; text-decoration:none;}
	.gnbSearchArea .gnbSearch .gnbautoSearchList .list .link .keyword{background:none; color:#00a1c7; font-family:"HyundaiMedium";}
	.gnbSearchArea .btnGnbClose{position:absolute;right:0;top:20px;}

	.gnbLanguageArea{width:1120px;margin:0 auto;padding:25px 0; text-align:center;  position:absolute; left:0; right:0;top:71px; display:none;}
	.gnbLanguageArea .selectLanguage{margin:0 20px; text-align:center; display:table; font-size:0;width:100%;}
	.gnbLanguageArea .selectLanguage select{width:265px;margin:0 20px; display:inline-block;box-shadow:none;padding:0 15px; line-height:42px; height:42px;font-size: 16px;}
	.gnbLanguageArea .btnGnbClose{position:absolute;right:0;top:20px;}

	.gnbWrapFull .temp{text-align:center;}/*추후삭제*/

	/*footer*/
	.footerWrap{background:#1c1b1b;height:174px;min-width:1240px;}
	.footerArea{margin:0 auto; width:1120px; position:relative; padding:58px 0 0 120px;letter-spacing:0.012em}
	.footerArea .logo{position:absolute; left:0; top:60px;}
	.footerArea .footerMenu{overflow:hidden; margin-bottom:15px;}
	.footerArea .footerMenu li{float:left; position:relative; padding-left:18px; margin-left:15px; line-height:1;}
	.footerArea .footerMenu li:after{display:block; content:''; position:absolute; left:0; top:3px; width:1px;height:9px; background:#333232;}
	.footerArea .footerMenu li:first-child{padding-left:0; margin-left:0;}
	.footerArea .footerMenu li:first-child:after{display:none;}
	.footerArea .footerMenu li a{color:#999999; font-size:14px;}
	.footerArea .snsShare{position:absolute; right:2px; top:54px;}
	.footerArea .snsShare ul{overflow:hidden;}
	.footerArea .snsShare li{float:left;margin-left:17px;}
	.footerArea .snsShare li a{display:block;overflow:hidden; width:28px; height:22px;text-indent:-9999px;background:url("../images/common/sns_share_pc.png") no-repeat;}
	.footerArea .snsShare li a.facebook{background-position:0 0;}
	.footerArea .snsShare li a.youtube{background-position:-45px 0;}
	.footerArea .snsShare li a.google{ background-position:-90px 0;}
	.footerArea .snsShare li a.twitter{background-position:-135px 0;}
	.footerArea .snsShare li a.instar{background-position:-180px 0;}
	.footerArea .copyright{color:#5f5f5f; font-size:12px; line-height:1;}
	.footerArea .goto{overflow:hidden;position:absolute; right:4px; top:96px;color:#999999;font-size:14px;line-height:18px;}
	.footerArea .goto a{padding-left:5px;color:#999999;font-size:14px;text-decoration:underline;}
	.footerArea .goto img.flag{float:right;margin-left:20px;box-shadow:none !important;}
	.quickArea{display:none;}

	/*sub layout*/
	.contentWrap{width:100%;min-width:1240px; padding-top:70px;}
	.contentWrap .contTop{background-color:#e4dcd3;background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover;}
	.contentWrap .contTop.topVisNone{background-color:#fff;}
	/* M-00104 NBrand Type Add*/
	.contentWrap .contTopN{background-color:#aacae6;background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover;}
    .contentWrap .contTopN.topVisNone{background-color:#fff;}
    
	.contentWrap .contWrap{width:100%;min-width:1240px;background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover; background-position:center bottom;}
	.contentWrap .contWrap.bgFix{width:100%;min-width:1240px;background-attachment: fixed;background-repeat:no-repeat; -webkit-background-size:auto auto; background-size:auto auto; background-position:center top;}
	.contentWrap .contWrap .contBox{position:relative;width:1120px;margin:0 auto;padding-top:100px;}
	.contentWrap .contWrap .contBox.phz{padding-top:0;}
	.contentWrap .contWrap .contBox.full{width:100%;}
	.contentWrap .contWrap .contBox.evtBox{padding-bottom:100px !important;}
	.contentWrap .contWrap .contBox.brdView{padding-top:50px;border-top:1px solid #eaeaea;}
	.contentWrap .contWrap .contBox.banner{min-height:262px;}
	
	/* M-00104 NBrand Type Add*/
	.contentWrap .contWrapN{width:100%;min-width:1240px;background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover; background-position:center bottom;background-color:#dceaf5;}
    .contentWrap .contWrapN.bgFix{width:100%;min-width:1240px;background-attachment: fixed;background-repeat:no-repeat; -webkit-background-size:auto auto; background-size:auto auto; background-position:center top;}
    .contentWrap .contWrapN .contBox{position:relative;width:1120px;margin:0 auto;padding-top:100px;}
    .contentWrap .contWrapN .contBox.phz{padding-top:0;}
    .contentWrap .contWrapN .contBox.full{width:100%;}
    .contentWrap .contWrapN .contBox.evtBox{padding-bottom:100px !important;}
    .contentWrap .contWrapN .contBox.brdView{padding-top:50px;border-top:1px solid #eaeaea;}
    .contentWrap .contWrapN .contBox.banner{min-height:262px;}
	
	.contentWrap.contBg{background-color:#e4dcd3;background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover;background-position:center bottom;}
	.contentWrap.contBg .contTop{background:none;}
	.contentWrap.contBg .topBgTxtArea{background:none; height:auto;padding:45px 0}

	.topArea{position:relative;width:1120px;margin:0 auto;}
	.topArea .breadCrumb{ height:90px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding-top:30px; overflow:hidden;}
	.topArea .breadCrumb li{ float:left;}
	.topArea .breadCrumb a.link,
	.topArea .breadCrumb span.ctg{display:inline-block;margin-right:10px;padding:0 15px 0 0;background:url("../images/common/bg_breadcrumb.png") no-repeat 100% 3px;font-size:14px;line-height:16px;text-decoration:none;}
	.topArea .breadCrumb .active{display:inline-block;color:#00aad2;font-weight:normal;font-size:14px;line-height:16px; font-family:"HyundaiMedium";}
	.topArea .sharing{position:absolute;top:30px;right:0;}
	.topArea .sharing a{display:inline-block;padding:0 0 0 25px;background:url("../images/common/ico_sharing.png") no-repeat 0 0;font-size:14px;line-height:17px;text-decoration:none;font-family:"HyundaiMedium";}
	.topVisualArea{position:relative;height:540px;padding:0 30px;}
	.mainCenterSlide .topVisualArea{padding:0;}
	.topVisual{position:relative;min-width:1120px;margin:0 auto; overflow:hidden;max-width:1800px;height:540px;}
	.topVisual .visual{width:1860px; position:absolute; left:50%; top:0;margin-left:-930px;}
	.topVisual .visual img{width:1860px !important;}
	.topVisual .titWrap{position:absolute;top:0;left:0; right:0;margin:0 auto;width:1120px; text-align:left; padding-top:71px;}
	.topVisual .titWrap .ico{margin:-11px 0 11px;}
	.topVisual .titWrap .ftit{font-size:58px;line-height:64px;}
	.topVisual .titWrap .stit{margin-top:12px;font-size:20px;line-height:26px;max-width:440px;}
	.topVisual .titWrap .btn{margin-top:80px;}
	.topVisualArea.vMiddle .middle{ position:absolute; left:0; top:0;display:table; width:100%; height:100%;}
	.topVisualArea.vMiddle .middle .titWrap{ display:table-cell; vertical-align:middle; padding-top:0; position:relative; left:auto; top:auto;right:auto; text-align:center;}
	.topVisualArea.vMiddle .middle .titWrap .stit{max-width:none;}

	.topTab{width:1120px;margin:0 auto;padding-bottom:30px;}

	.topBgTxtArea{position:relative; background:rgba(100%,100%,100%,0.7);margin:0 60px; height:270px;}
	.topBgTxtArea .titWrap{width:1120px;margin:0 auto; text-align:center;padding-top:71px; position:relative;}
	.topBgTxtArea .titWrap .ftit{font-size:60px;line-height:64px;}
	.topBgTxtArea .titWrap .stit{margin-top:12px;font-size:20px;line-height:26px;}
	.topBgTxtArea .titWrap.line2 .ftit{padding-top:11px;}
	.topBgTxtArea .titWrap.line2 .stit{margin-top:26px;line-height:30px;}

	.topBgTxtArea.vMiddle .middle{ display:table; width:1120px; height:100%; margin:0 auto;}
	.topBgTxtArea.vMiddle .middle .titWrap{ display:table-cell; vertical-align:middle; padding-top:0;}

	.topBgTxtArea .date{display:inline-block;margin-left:4px;font-size:16px;}
	.topBgTxtArea .date:before{content:'';display:inline-block;width:1px;height:14px;margin-right:9px;background:#cecece;vertical-align:middle;}

	/*keyvisual search Type*/
	.contTop.searchType{ position:relative;}
	.contTop.searchType .topBgTxtArea .titWrap{ padding-top:63px;height:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.contTop.searchType .searchWrap{ position:absolute; left:0; right:0;margin:0 auto;top:140px;}
	.contTop.searchType .searchWord{ position:absolute; left:0;bottom:37px;font-size:14px; color:#666666;overflow:hidden;}
	.contTop.searchType .searchWord .tit{ float:left; font-size:16px; color:#000; font-family:"HyundaiMedium"; margin-right:20px; line-height:1;}
	.contTop.searchType .searchWordlist{ display:table; font-size:0; float:left; line-height:1; margin-top:2px;}
	.contTop.searchType .searchWordlist .link{font-size:14px; display:inline-block; margin-right:10px; line-height:1; text-decoration:underline; color:#00aad2;}
	.contTop.searchType .btnRightWrap{ position:absolute;right:0;bottom:31px;}

	.mainTopVisualArea{ overflow:hidden;}
	.mainTopVisualArea .contWrap { height:830px !important;}
	.mainTopVisualArea .topVisualArea { height:720px}
	.mainTopVisualArea .topVisual { height:720px;}
	.mainTopVisualArea .topVisual .visual img{ height:auto;}
	.mainTopVisualArea .topVisual .titWrap{ padding-top:110px;}
	.mainTopVisualArea .topVisual .titWrap .ftit{ margin:27px 0 0 -5px; font-size:70px;}
	.mainTopVisualArea .topVisual .titWrap .stit{ margin-top:19px; font-size:26px; line-height:41px;}
	.mainTopVisualArea .topVisual .titWrap .btn{ position:absolute; left:0; top:554px;}
	
	/*M-00019*/
	.mainTopVisualArea .topVisual .titWrap{font-size:0}
	.mainTopVisualArea .topVisual .titWrap .btn{position:relative; top:445px; left:auto; margin-right:20px}
	.mainTopVisualArea .topVisual .titWrap .btn.gray{background:#777673}

	.mainTopVisualArea .btn.big{font-size:16px;}

	.mainTopVisualArea .slideWrap { height:830px !important;}
	.mainTopVisualArea .mainBtn .btn_prev{top:338px; left:50%;}
	.mainTopVisualArea .mainBtn .btn_prev .prev{ background:url("../images/main/btn_main_prev.png") no-repeat center top; width:44px; height:42px;}
	.mainTopVisualArea .mainBtn .btn_next{top:338px; right:50%;}
	.mainTopVisualArea .mainBtn .btn_next .next{ background:url("../images/main/btn_main_next.png") no-repeat center top; width:44px; height:42px;}
	.mainTopVisualArea .mainBtn .btnPlayStop{ display:inline-block; background:url("../images/main/btn_play_stop.png") no-repeat; width:12px; height:12px; overflow:hidden; text-indent:-9999px; vertical-align:top;margin:0px 5px 0 5px;}
	.mainTopVisualArea .mainBtn .btnPlayStop.play{ background-position:0 -12px;}
	.mainTopVisualArea .slideWrap .swiper-pagination{ bottom:60px;top:auto !important;}

	.mainTopVisualArea .mainCenterSlide .topVisual .titWrap{ padding-top:120px; text-align:center;}
	.mainTopVisualArea .mainCenterSlide .topVisual .titWrap .ftit{ font-size:44px;}
	.mainTopVisualArea .mainCenterSlide .topVisual .titWrap .stit{ font-size:20px; line-height:28px;max-width:none}
	.mainTopVisualArea .mainCenterSlide .topVisual .titWrap .btn{ position:absolute; left:0;right:0;margin:0 auto; top:594px; width:155px;}
	.mainTopVisualArea .mainCenterSlide .btn_prev{ left:50%; top:338px;}
	.mainTopVisualArea .mainCenterSlide .btn_next{ right:50%; top:338px;}

	.mainTopVisualArea{ padding:0 30px 0px 30px;overflow:hidden; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;margin:0 auto}
	.mainTopVisualArea.mainSlide{ padding:0 0px 0 0px;max-width:none}
	.mainTopVisualArea.mainSlide .mainTopVisualArea{ padding:0 0px 0 0px;max-width:none}
	.mainWbox{ padding:0 30px 110px 30px;overflow:hidden;max-width:1800px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;margin:0 auto;background:#ffffff;}
	.mainWbox .mainConBox{width:1120px;margin:0 auto; padding-top:100px;}
	.mainWbox .mainConBox .btnCenter{ text-align:center; padding-top:60px;}

	.mainCenterBox{;margin:0 30px;overflow:hidden;padding-top:35px;position:relative;}
	.mainCenterBox >.slideWrap{max-width:1800px; background:#ffffff;margin:0 auto 0 auto; padding-bottom:73px;}
	.mainCenterBox .slideWrap .middle{height:340px; display:table; width:650px;margin:0 auto;}
	.mainCenterBox .slideWrap .middle .inner{height:100%; display:table-cell; text-align:center; vertical-align:middle;}
	.mainCenterBox .slideWrap .middle .inner .info{color:#666; line-height:1 !important; display:table; font-size:0; text-align:center; width:100%;}
	.mainCenterBox .slideWrap .middle .inner .info .ctg{ font-size:16px;display:inline-block; vertical-align:top;padding-right:11px; margin-right:10px; position:relative;}
	.mainCenterBox .slideWrap .middle .inner .info .ctg:after{ content:''; display:block; position:absolute; right:0; top:2px; height:12px; background:#d9d9d9; width:1px;}
	.mainCenterBox .slideWrap .middle .inner .info .date{font-size:16px; display:inline-block; vertical-align:top;}
	.mainCenterBox .slideWrap .middle .inner .tit{font-size:30px; line-height:40px; margin-top:20px;}
	.mainCenterBox .slideWrap .swiper-pagination{ bottom:73px;top:auto !important;}
	.mainCenterBox .slideWrap .btn_prev{ left:0%; top:195px;}
	.mainCenterBox .slideWrap .btn_prev .prev{ background:url("../images/main/btn_main_prev_w.png") no-repeat; width:42px; height:42px;}
	.mainCenterBox .slideWrap .btn_next{ right:0%; top:195px;}
	.mainCenterBox .slideWrap .btn_next .next{ background:url("../images/main/btn_main_next_w.png") no-repeat; width:42px; height:42px;}


	.mainFullImgCon .item{position:relative;overflow:hidden;}
	.mainFullImgCon .item .bgCenter{width:100%;}
	.mainFullImgCon .item .titArea{ position:absolute; left:0; width:100%; top:115px;}
	.mainFullImgCon .item .titArea .topTxt{font-size:20px;line-height:28px;}
	.mainFullImgCon .item .info{position:absolute; left:0;bottom:0; width:100%;height:204px;padding:0 30px;}
	.mainFullImgCon .item .info .inner{height:100%;background:#002c5e;margin:0 auto; text-align:center;max-width:1800px;}
	.mainFullImgCon .item .info .inner .location{ color:#ffffff; font-size:30px;font-family:"HyundaiMedium"; padding-left:40px; background:url("../images/main/location_icon.png") no-repeat; display:inline-block; line-height:30px; margin:67px 0 10px 0}
	.mainFullImgCon .item .info .inner .link{ color:#ffffff;}

	.mainFullImgCon .item .info dt{padding:15px 0 4px 0;color:#fff;font-size:19px;line-height:26px;font-family:"HyundaiMedium";}
	.mainFullImgCon .item .info dd{overflow:hidden;color:#fff;font-size:14px;line-height:19px;font-family:"HyundaiMedium";}

	.findacarMainList{position:relative; margin-top:-56px;}
	.findacarMainList .lineArea{ position:relative; overflow:hidden;transition:height 0.3s;height:248px;}
	.findacarMainList .lineArea .item{ float:left; width:232px; margin-right:64px;}
	.findacarMainList .lineArea .item.nomargin{ margin-right:0;}
	.findacarMainList .lineArea .item .thumbnail{ margin-bottom:19px;}
	.findacarMainList .lineArea .item .thumbnail img{ width:240px; height:130px;}
	.findacarMainList .lineArea .item .subTit4{ margin-bottom:2px;}
	.findacarMainList .lineArea .item .btnCarMore{ text-align:center; margin-top:68px; display:block;}
	.findacarMainList .lineArea .item .conAreas{ color:#767676; line-height:16px; margin-bottom:16px;}
	.findacarMainList .lineArea .item .btn{width:100%;}

	.mainTopBanner{ background:url("../images/main/maintopbanner_bg.jpg") no-repeat center top;}
	.mainTopBanner .bannerArea{ width:1120px;margin:0 auto; position:relative; height:336px;}
	.mainTopBanner .bannerArea .title{ font-size:30px; line-height:40px; font-family:"HyundaiMedium";padding-top:70px;}
	.mainTopBanner .bannerArea .txt{ font-size:16px; line-height:28px; padding-top:13px;}
	.mainTopBanner .bannerArea .country{ padding-top:40px; font-size:14px; line-height:18px;}
	.mainTopBanner .bannerArea .country img{ margin-right:10px; vertical-align:top;}
	.mainTopBanner .bannerArea .btnArea{ position:absolute; right:0;bottom:50px; font-size:0;}
	.mainTopBanner .bannerArea .btnArea a{margin-left:10px;}
	.mainTopBanner .bannerArea .btnBannerClose{ position:absolute;right:0;top:80px;}
	.mainTopBanner .visitcountry{ display:none !important;}
	.btnContentTop{position:fixed;right:0;bottom:0;z-index:10; width:60px; height:60px;transform: translate3d(0px, 0px, 0px);font-size:0;line-height:0;}
	.btnContentTop button{vertical-align:top;}
	.btnContentTop.ab{position:absolute;}
	.bnrFull.main{max-width:1800px;}
	.bnrFull.main .imgArea img{width:900px;height:260px;margin-left:-450px;}
	
	/* 20180412 M-00117 quickCountry add Start */
	.onM { display:none !important;}
	.quickCountry { width:100%; height:60px; position:fixed; left:0; bottom:0; background-color:#e4dcd3; /*transition:bottom 0.5s; delete display:none;*/ z-index: 9;} /* 20180416 */
	.quickCountry.on {display:block !important;bottom:174px; height: 60px !important;}
	.quickCountry .bannerArea{ width:1120px;margin:0 auto; position:relative; height:50px;}
	.quickCountry .country{ padding-top:20px; font-size:14px; line-height:18px;color: #000000;}
	.country strong{position:relative;display:inline-block;padding-left:25px;vertical-align:middle;font-size:14px}
	.country strong:before{display:block;content:'';position:absolute;top:0;left:0;width:16px;height:16px;background:url("../images/globalhyundai/ico_location.png") no-repeat;}
	.country .flagBox{display:inline-block;vertical-align:middle;font-size:14px;margin:0 40px 0 10px}
	.country .flagBox img.flag{display:inline-block;vertical-align:middle;margin-right:10px}
	.country .flagBox a {color:#000000;}
	.quickCountry .country img{ margin-right:10px; vertical-align:top;}
	.quickCountry .btnArea{ position:absolute; right:0;bottom:0px; font-size:0;}
	.quickCountry .btnArea a{margin-left:10px;}
	/* 20180412 quickCountry add End */
}


/* mobile size */
@media screen and (min-width:0) and (max-width:740px){

	img{width:100%;}
	.imgAuto img{width:auto;}
	.onW { display:none !important;} /* 20180412 M-00117 quickCountry add */

	/*text align*/
	.tacl{text-align:left !important;}
	

	/*gnb*/
	.gnbDim{ position:fixed; left:0; top:0;width:100%;height:1000000px; background:rgba(0,0,0,0.7);z-index:50; display:none;transform: translate3d(0px, 0px, 0px);}
	.topBanner .gnbWrapFull{ position:relative;}
	.gnbWrapFull{width:100%;z-index:100; position:fixed; left:0; top:0;width:100%;}
	.gnbWrapFull.ab{ position:absolute;}
	.gnbWrapFull a:focus{ text-decoration:none;}
	.gnbWrap .gnbArea{padding-bottom:55px}
	.gnbWrap .topBar{ height:55px;box-shadow:0px 1px 3px rgba(216,209,200,0.7); background:#ffffff;padding:0 15px; position:absolute; left:0; top:0; width:100%;z-index:20}
	.gnbWrap .topBar .logo{ position:absolute; left:15px; top:18px;z-index:1;}
	.gnbWrap .topBar .logo .topLogo{ background:url("../images/common/logo_mo.png") no-repeat; width:35px; height:18px; display:block; text-indent:-9999px; overflow:hidden; -webkit-background-size:35px auto; background-size:35px auto;}
	.gnbWrap .topBar .btnBack{ display:none; background:url("../images/common/btn_back.png") no-repeat; width:18px; height:16px; text-indent:-9999px; overflow:hidden; -webkit-background-size:auto 16px; background-size:auto 16px; position:absolute; left:15px; top:19px;z-index:1;}
	.gnbWrap .topBar.back .logo{ display:none}
	.gnbWrap .topBar.back .btnBack{ display:block}
	.gnbWrap .topBar .pageTitle{ padding:0 80px; text-align:center; position:absolute; left:0; right:0;width:100%;}
	.gnbWrap .topBar .pageTitle .tit{ display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; font-size:16px; line-height:55px; font-family:"HyundaiMedium";width:100%; text-align:center;}
	.gnbWrap .topBar .pageTitle .tit.arr{ padding-right:10px;}
	.gnbWrap .topBar .pageTitle .tit.arr:after{ display:block; content:'';width: 0;height: 0;border-style: solid;border-width: 5px 3.5px 0 3.5px;border-color: #000000 transparent transparent transparent; position:absolute;right:0px;top:50%;margin-top:-2px;}
	.gnbWrap .topBar .pageTitle .tit.arr.on:after{border-width: 0 3.5px 5px 3.5px;border-color: transparent transparent #000000 transparent;}
	.gnbWrap .topBar .pageTitle .subMenu{ position:absolute; left:0; top:55px; width:100%; border-top:1px solid #e8e8e8;box-shadow:0px 1px 3px rgba(216,209,200,0.7); overflow-y:auto; display:none;}
	.gnbWrap .topBar .pageTitle .depSubWrap{}
	.gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a{ display:block; line-height:60px;height:60px; padding:0 20px;border-bottom:1px solid #e8e8e8; font-size:16px; position:relative; background:#ffffff; text-align:left;}
	.gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a.arr:after{ display:block; content:''; background:url("../images/common/gnb_menu_mo.png") no-repeat; -webkit-background-size:23px auto; background-size:23px auto; width:23px; height:23px; position:absolute; right:20px;top:50%;margin-top:-11px;}
	.gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a.on{ color:#00aad2;}
	.gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a.arr.on:after{ background-position:0 -23px;}
	.gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSub_a.arr.on:after{ background-position:0 -23px;}
	.gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSubWrap .depSub .depSub_a{ display:block; line-height:60px;height:60px; padding:0 16px;border-bottom:1px solid #e8e8e8; font-size:16px; position:relative; background:#f5f5f5;}
	.gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSubWrap .depSub .depSub_a.on{ color:#00aad2;}
	.gnbWrap .topBar .pageTitle .depSubWrap .depSub .depSubWrap .depSub .depSub_a.arr:after{ display:none;}

	.gnbWrap .topBar .rightArea{ float:right; margin:19px 0px 0 0;z-index:10}
	.gnbWrap .topBar .rightArea .gnbSearchMobile{ float:left;}
	.gnbWrap .topBar .rightArea .btnGnbSearch{ float:left;background:url("../images/common/btn_topmenu_search_mo.png") no-repeat; width:15px; height:16px; display:block; text-indent:-9999px; overflow:hidden; -webkit-background-size:15px auto; background-size:15px auto;}
	.gnbSearchArea{text-align:center; position:absolute; left:0; top:55px; display:none; width:100%;}
	.gnbSearchArea .gnbSearch{ width:100%;margin:0 auto; position:relative;}
	.gnbSearchArea .gnbSearch .searchInput{position:relative; font-weight:normal; background:#00aad2;}
	.gnbSearchArea .gnbSearch .searchInput .inputText{width:100%;border:0;padding-right:55px; font-size:16px; line-height:normal; height:60px; background:#00aad2; color:#ffffff; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;padding:0 15px;}
	.gnbSearchArea .gnbSearch .searchInput input.inputText::-webkit-input-placeholder {color:#ffffff}
	.gnbSearchArea .gnbSearch .searchInput input.inputText::-moz-placeholder {color:#ffffff}
	.gnbSearchArea .gnbSearch .searchInput input.inputText:-ms-input-placeholder {color:#ffffff}
	.gnbSearchArea .gnbSearch .searchInput input.inputText:-moz-placeholder {color:#ffffff}
	.gnbSearchArea .gnbSearch .btnSearch{position:absolute; right:0px; top:0; display:block;width:45px; text-align:center;height:60px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:url("../images/common/btn_search_mo.png") no-repeat center center; overflow:hidden; text-indent:-99999px; -webkit-background-size:15px auto; background-size:15px auto;}
	.gnbSearchArea .gnbSearch .btnReset{display:none !important;position:absolute; right:55px; top:0; width:18px; text-align:center;height:50px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:url("../images/common/btn_reset.png") no-repeat center center; overflow:hidden; text-indent:-99999px;}
	.gnbSearchArea .gnbSearch .btnReset.on{display:block}
	.gnbSearchArea .gnbSearch .gnbautoSearchList{background:#ffffff; display:none; position:absolute; left:0; top:60px; width:100%;}
	.gnbSearchArea .gnbSearch .autoSearch{background:#ffffff; text-align:left;padding:0 15px;}
	.gnbSearchArea .gnbSearch .gnbautoSearchList .list{ border-top:1px solid #f1f1f1}
	.gnbSearchArea .gnbSearch .gnbautoSearchList .list .link{display:block; font-size:14px; line-height:50px; text-decoration:none;}
	.gnbSearchArea .gnbSearch .gnbautoSearchList .list .link .keyword{background:none; color:#00a1c7; font-family:"HyundaiMedium";}
	.gnbSearchArea .btnGnbClose{position:absolute;right:0;top:20px; display:none;}
	.gnbWrap .topBar .rightArea .btnMobileMenu{ float:left;background:url("../images/common/btn_menu_open.png") no-repeat; width:16px; height:16px; display:block; text-indent:-9999px; overflow:hidden; -webkit-background-size:16px auto; background-size:16px auto; margin-left:15px;}
	.gnbWrap .topBar .rightArea .btnMobileMenu.on{ background-position:0 -16px;}
	.gnbWrap .scrollBox{ position:absolute;top:55px; right:-100%; width:calc(100% - 30px);width:-webkit-calc(100% - 30px); overflow-y:auto;overflow-x:hidden;z-index:10; display:none;transition:right 0.3s} /* 20180315 modify background:#f6f3f2; 삭제 */
	.gnbWrap .gnbArea .depSubWrap{ display:none;}
	.gnbWrap .gnbArea .tab .tabBtn{ display:block; line-height:60px;height:60px; padding:0 16px;border-bottom:1px solid #e8e8e8; font-size:16px; position:relative; width:100%; text-align:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.gnbWrap .gnbArea .tab .tabBtn.on{ color:#00aad2;}
	.gnbWrap .gnbArea .tab .tabBtn:after{ display:block; content:'';width: 0;height: 0;border-style: solid;border-width: 5px 3.5px 0 3.5px;border-color: #000000 transparent transparent transparent; position:absolute;right:20px;top:50%;margin-top:-2px;}
	.gnbWrap .gnbArea .tab .tabBtn.on:after{border-width: 0 3.5px 5px 3.5px;border-color: transparent transparent #000000 transparent;}
	.gnbWrap .gnbArea .tab .tabBtn.newWin:after{content:"";overflow:hidden;display:block;position:absolute;top:26px;right:20px;width:10px;height:10px;background:url("../images/common/ico_gnb_newwin2_mo.png") no-repeat top left;background-size:10px 10px;border:0 !important;font-size:0;line-height:0;}
	.gnbWrap .gnbArea .tab.all .tabBtn:after{ display:none;}
	.gnbWrap .gnbArea .tab .carList{ display:none;padding:20px 0px 0 0px; overflow:hidden;border-bottom:1px solid #e8e8e8;}
	.gnbWrap .gnbArea .tab.on .carList{ display:block;}
	/*.gnbWrap .gnbArea .tab .carList .item{ width:50%; float:left;padding:0 15px; margin-bottom:30px;}*/
	.gnbWrap .gnbArea .tab .carList .item{ display:inline-block; width:49%; padding:0 15px; margin-bottom:30px; vertical-align:top;}
	.gnbWrap .gnbArea .tab .carList .item .carTit{ display:block; text-align:center; font-size:12px; font-family:"HyundaiMedium"; margin-top:15px;}

	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a{ display:block; line-height:60px;height:60px; padding:0 16px;border-bottom:1px solid #e8e8e8; font-size:16px; position:relative; background:#ffffff;}
	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a:after{ display:block; content:''; background:url("../images/common/gnb_menu_mo.png") no-repeat; -webkit-background-size:23px auto; background-size:23px auto; width:23px; height:23px; position:absolute; right:12px;top:50%;margin-top:-11px;}
	.yourLocationGnb .gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a:after{ display:none;}
	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a.on{ color:#00aad2;}
	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a.on:after{ background-position:0 -23px;}
	.gnbWrap .gnbArea .dep1Wrap .dep1 .dep1_a.on + .gnbSubArea{ display:block;}
	.gnbWrap .gnbArea .depSubWrap{ display:none;}
	.gnbWrap .gnbArea .depSub .depSub_a{ display:block; line-height:60px;height:60px; padding:0 16px;border-bottom:1px solid #e8e8e8; font-size:16px; position:relative;}
	.gnbWrap .gnbArea .depSub .depSub_a.on{ color:#00aad2;}
	.gnbWrap .gnbArea .depSub .depSub_a.arr:after{ display:block; content:'';width: 0;height: 0;border-style: solid;border-width: 5px 3.5px 0 3.5px;border-color: #000000 transparent transparent transparent; position:absolute;right:20px;top:50%;margin-top:-2px;}
	.gnbWrap .gnbArea .depSub .depSub_a.arr.on:after{border-width: 0 3.5px 5px 3.5px;border-color: transparent transparent #000000 transparent;}
	.gnbWrap .gnbArea .dep3Wrap{padding:10px 0; border-bottom:1px solid #e8e8e8;}
	.gnbWrap .gnbArea .dep3Wrap .depSub .depSub_a{ display:block; line-height:40px;height:auto; padding:0 50px;font-size:14px; position:relative; border-bottom:0; color:#666;}
	.gnbWrap .gnbArea .dep3Wrap .depSub .depSub_a.on{ color:#00aad2;}
	.gnbWrap .gnbArea .dep3Wrap .depSub .depSub_a:after{display:none;}
	.gnbWrap .gnbArea .dep3Wrap .depSub .depSub_a.newWin:after{content:"";overflow:hidden;display:block;position:absolute;top:15px;right:20px;width:10px;height:10px;background:url("../images/common/ico_gnb_newwin_mo.png") no-repeat top left;background-size:10px 10px;font-size:0;line-height:0;}
	.gnbWrap .gnbArea .depSubWrap.dep4Wrap{ display:none !important;}
	.gnbWrap .gnbArea .depSubWrap.dep5Wrap{ display:none !important;}
	.gnbWrap .gnbArea .btnGnbClose{ display:none;}

	.gnbWrap .gnbArea .gnbSubArea{ display:none;height:auto !important; background:#f6f3f2;} /* 20180315 modify background:#f6f3f2;추가 */
	.gnbWrap .gnbRight{ display:none;}
	.gnbWrapFull .temp{width:100%;background:#fff;text-align:center;}/*추후삭제*/
	.gnbWrapFull .temp img{width:auto;height:55px;}/*추후삭제*/

	/*footer*/
	.footerWrap{background:#1c1b1b; padding-bottom:55px;}
	.footerArea{position:relative;padding:0px 0 127px 0;}
	.footerArea .logo{position:absolute; left:0; bottom:72px; width:100%; text-align:center;}
	.footerArea .logo img{width:48px;}
	.footerArea .footerMenu{overflow:hidden;padding:15px; text-align:center; letter-spacing:-0.02em;}
	.footerArea .footerMenu ul{display:inline-block; text-align:left; overflow:hidden; vertical-align:top; position:relative;}
	.footerArea .footerMenu li{float:left; position:relative; padding-left:12px; line-height:40px; width:50%;}
	.footerArea .footerMenu li a{color:#999999; font-size:13px;}
	.footerArea .snsShare{position:relative; border-bottom:1px solid #2b2a2a;border-top:1px solid #2b2a2a; height:60px;}
	.footerArea .snsShare ul{height:60px;padding:0 20px;}
	.footerArea .snsShare li{float:left;width:20%}
	.footerArea .snsShare li a{display:block;height:60px; overflow:hidden; text-indent:-9999px; background-position:center center; background-repeat:no-repeat;}
	.footerArea .snsShare li a.facebook{background-image:url("../images/common/sns_share_facebook_mobile.png"); -webkit-background-size:auto 19px; background-size:auto 19px;}
	.footerArea .snsShare li a.youtube{background-image:url("../images/common/sns_share_youtube_mobile.png"); -webkit-background-size:auto 16px; background-size:auto 16px;}
	.footerArea .snsShare li a.google{background-image:url("../images/common/sns_share_google_mobile.png"); -webkit-background-size:auto 15px; background-size:auto 15px;}
	.footerArea .snsShare li a.twitter{background-image:url("../images/common/sns_share_twitter_mobile.png"); -webkit-background-size:auto 15px; background-size:auto 15px;}
	.footerArea .snsShare li a.instar{background-image:url("../images/common/sns_share_instar_mobile.png"); -webkit-background-size:auto 20px; background-size:auto 20px;}
	.footerArea .copyright{color:#666666; font-size:10px; line-height:15px; position:absolute; left:0; bottom:45px; width:100%; text-align:center;}
	.footerArea .goto{position:absolute;top:35px;left:20px;color:#999999;font-size:14px;line-height:18px;}
	.footerArea .goto a{padding-left:5px;color:#999999;font-size:14px;text-decoration:underline;}
	.footerArea .goto img.flag{width:auto;margin-right:15px;box-shadow:none !important;vertical-align:top;}

	.footerDimBg{ background:#000; position:fixed; left:0; top:0; width:100%; height:100%;z-index:110;opacity:0.8; display:none;}
	.quickArea{position:fixed;left:0;bottom:-55px;width:100%;height:55px;background:#002c5f;transition:bottom 0.5s;z-index:120}
	.quickArea.open{bottom:0;}
	.quickArea.fixed{bottom:0 !important;}
	.quickArea .logo{display:inline-block;width:37px;margin:18px 0 0 15px;}
	.quickArea .menu{position:absolute;top:16px;right:25px;}
	.quickArea .menu button{display:inline-block;height:23px;margin-left:45px;text-decoration:none;text-indent:-9999px;}
	.quickArea .quick{width:22px;background:url("../images/common/btn_quick_qmenu.png") no-repeat;-webkit-background-size:22px auto;background-size:22px auto;}
	.quickArea .share{width:18px;background:url("../images/common/btn_quick_share.png") no-repeat;-webkit-background-size:18px auto;background-size:18px auto;}
	.quickArea .top{width:23px;background:url("../images/common/btn_quick_top.png") no-repeat;-webkit-background-size:23px auto;background-size:23px auto;}
	.quickArea .quickMenu{display:none;position:absolute;bottom:55px;left:0;width:100%;padding:5px 20px 35px 20px;background:#fff;text-align:center;}
	.quickArea .quickMenu dt{line-height:0;text-indent:-9999px}
	.quickArea .quickMenu li{padding-top:25px;line-height:0;}
	.quickArea .quickMenu li a{font-size:17px;line-height:1;}

	.quickArea .shareList{display:none;position:absolute;bottom:55px;left:0;width:100%;padding:40px 20px 45px 20px;background:#fff;text-align:center;}
	.quickArea .shareList dt{padding-bottom:30px;font-size:17px;line-height:1;font-family:"HyundaiMedium";}
	.quickArea .shareList ul{width:100%;text-align:center;font-size:0;}
	.quickArea .shareList li{display:inline-block;vertical-align:middle;margin:0 0 0 30px}
	.quickArea .shareList li:first-child{margin-left:0}
	.quickArea .shareList li a{display:block;width:49px;height:35px;text-indent:-9999px;}
	.quickArea .shareList li.btnFacebook a{background:url("../images/common/sns_share_layer_facebook.png") no-repeat 0 -35px;background-size:49px auto;}
	.quickArea .shareList li.btnGoogle a{background:url("../images/common/sns_share_layer_google.png") no-repeat 0 -35px;background-size:49px auto;}
	.quickArea .shareList li.btnTwitter a{background:url("../images/common/sns_share_layer_twitter.png") no-repeat 0 -35px;background-size:49px auto;}
	.quickArea .shareList li.btnPinterest a{background:url("../images/common/sns_share_layer_pinterest.png") no-repeat 0 -35px;background-size:49px auto;}


	.footerWrap .temp img{width:100%;}/*추후삭제*/


	/*sub layout*/
	.contentWrap{width:100%; min-width:320px; padding-top:55px;}
	.contentWrap .contTop{width:100%;min-width:320px;padding-top:30px;background-color:#e4dcd3;background-repeat:no-repeat;background-position:center bottom;background-size:100% 100%; display:table;}
	.contentWrap .contTop.topVisNone{padding-top:0;}
	/* M-00104 NBrand Type Add*/
	.contentWrap .contTopN{width:100%;min-width:320px;padding-top:30px;background-color:#aacae6;background-repeat:no-repeat;background-position:center bottom;background-size:100% 100%; display:table;}
    .contentWrap .contTopN.topVisNone{padding-top:0;}

	.contentWrap .contWrap{width:100%;background-repeat:no-repeat; background-position:center bottom;}
	.contentWrap .contWrap .contBox{position:relative;padding:60px 15px 0 15px;}
	.contentWrap .contWrap .contBox.full{padding:70px 0 0;}
	.contentWrap .contWrap .contBox.full .titArea{padding-left:15px;padding-right:15px;}
	.contentWrap .contWrap .contBox.evtBox{padding-bottom:70px !important;}
	.contentWrap .contWrap .contBox.brdView{padding-top:40px;}
	.contentWrap .contWrap .contBox.phz{padding-top:0;}
	.contentWrap .contWrap .contBox.banner{padding:40px 15px 3px;}
	.contentWrap .contWrap.mobileFull .contBox{position:relative;padding-top:0 !important;}
	
	/* M-00104 NBrand Type Add*/
	.contentWrap .contWrapN{width:100%;background-repeat:no-repeat; background-position:center bottom;background-color:#dceaf5;}
    .contentWrap .contWrapN .contBox{position:relative;padding:60px 15px 0 15px;}
    .contentWrap .contWrapN .contBox.full{padding:70px 0 0;}
    .contentWrap .contWrapN .contBox.full .titArea{padding-left:15px;padding-right:15px;}
    .contentWrap .contWrapN .contBox.evtBox{padding-bottom:70px !important;}
    .contentWrap .contWrapN .contBox.brdView{padding-top:40px;}
    .contentWrap .contWrapN .contBox.phz{padding-top:0;}
    .contentWrap .contWrapN .contBox.banner{padding:40px 15px 3px;}
    .contentWrap .contWrapN.mobileFull .contBox{position:relative;padding-top:0 !important;}
	
	.contentWrap.contBg{background-color:#e4dcd3 !important;background-repeat:no-repeat;-webkit-background-size:cover; background-size:cover;background-position:center bottom;}
	.contentWrap.contBg .contTop{background:none;}
	.contentWrap.contBg .topBgTxtArea{background:none;}

	.topArea .breadCrumb,
	.topArea .sharing{display:none;}
	.topVisualArea{position:relative;}
	.topVisual{position:relative;padding:0 15px;}
	.topVisual img{width:100%;}
	.topVisual .titWrap{position:absolute;top:0;left:0; right:0;width:100%;padding:50px 35px 0;}
	.topVisual .titWrap .ico{height:30px;margin-bottom:5px;}
	.topVisual .titWrap .ico img{width:auto;height:auto;}
	.topVisual .titWrap .ftit{font-size:30px;line-height:35px;}
	.topVisual .titWrap .stit{margin-top:7px;font-size:14px;line-height:19px; padding-right:10%;}
	.topVisual .titWrap .btn{margin-top:40px;}
	.topVisualArea.vMiddle .middle{ position:absolute;left:50%; top:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); display:table; width:100%; height:100%;}
	.topVisualArea.vMiddle .middle .titWrap{ display:table-cell; vertical-align:middle; padding-top:0; position:relative; left:auto; top:auto;right:auto; text-align:center;}
	.topVisualArea.vMiddle .middle .stit{padding-right:0;}

	.topTab{background-color:#fff;padding:15px 0 15px 15px;}

	.topBgTxtArea{position:relative; background:rgba(246,243,242,0.7);margin:0 15px;}
	.topBgTxtArea .middle{min-height:190px;}
	.topBgTxtArea .titWrap{text-align:center;padding:30px 35px; position:relative;}
	.topBgTxtArea .titWrap .ftit{font-size:30px;line-height:35px;}
	.topBgTxtArea .titWrap .stit{margin-top:20px;font-size:14px;line-height:19px;}

	.topBgTxtArea.vMiddle .middle{ display:table; width:100%; height:100%;}
	.topBgTxtArea.vMiddle .middle .titWrap{ display:table-cell; vertical-align:middle;}

	.topBgTxtArea .date{display:inline-block;margin-left:2px;font-size:12px;}
	.topBgTxtArea .date:before{content:'';display:inline-block;width:1px;height:9px;margin-right:5px;background:#cecece;vertical-align:-1px;}

	.topBgTxt{position:relative;margin:0 auto;text-align:center;display:table-cell;vertical-align:middle;padding:0 15px;}
	.topBgTxt .ftit{font-size:30px;line-height:35px;}
	.topBgTxt .stit{margin-top:8px;font-size:14px;line-height:19px;}

	/*keyvisual search Type*/
	.contTop.searchType{ position:relative;z-index:50}
	.contTop.searchType .topBgTxtArea .titWrap{ padding:34px 20px 25px 20px;}
	.contTop.searchType .searchWrap{ position:relative; left:auto;top:auto;margin:15px 0 20px 0}
	.contTop.searchType .searchWord{font-size:14px; color:#666666;overflow:hidden; text-align:left; }
	.contTop.searchType .searchWord .tit{ font-size:14px; color:#000; font-family:"HyundaiMedium"; margin-right:20px; line-height:1; margin-bottom:9px;}
	.contTop.searchType .searchWordlist{ display:table; font-size:0; float:left; line-height:1; margin-top:2px;}
	.contTop.searchType .searchWordlist .link{ font-size:12px; display:inline-block; margin-right:10px; line-height:1; text-decoration:underline; color:#00aad2;}
	.contTop.searchType .btnRightWrap{margin-top:20px;text-align:left;}


	.mainTopVisualArea{ overflow:hidden;}
	.mainTopVisualArea .topVisual .titWrap{ padding-top:40px; text-align:left; height:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.mainTopVisualArea .topVisual .titWrap .ftit{ margin:33px 0 0 4px; font-size:50px;}
	.mainTopVisualArea .topVisual .titWrap .stit{ margin:20px 0 0 7px; font-size:21px; line-height:28px;}
	.mainTopVisualArea .topVisual .titWrap .btn{ position:absolute; left:35px; bottom:30px;}
	.mainTopVisualArea .btn.big{font-size:16px; width:120px; line-height:35px; font-size:14px;}
	
	/**M-00019
	.mainTopVisualArea .btn.big{width:auto; padding:0 25px}
	.mainTopVisualArea .topVisual .titWrap{height:auto; padding-top:0; position:absolute; left:0; bottom:30px; top:auto; font-size:0}
	.mainTopVisualArea .topVisual .titWrap .btn{position:relative; left:auto; bottom:auto; margin-right:10px; margin-top:5px}
	**/
	
	/**M-00039 **/
	.mainTopVisualArea.mainSlide .btn.big{width:auto;padding:0 25px}
	.mainTopVisualArea.mainSlide .topVisual .titWrap{height:auto;padding-top:0;position:absolute;left:0;bottom:30px;top:auto;font-size:0}
	.mainTopVisualArea.mainSlide .topVisual .titWrap .btn{position:relative;left:auto;bottom:auto;margin-right:10px;margin-top:5px}	
	
	.mainTopVisualArea .slideWrap {padding-bottom:0px}
	.mainTopVisualArea .slideWrap .swiper-slide .mainTopVisualArea{padding-bottom:60px;}
	.mainTopVisualArea .mainBtn .btn_prev{ display:none;}
	.mainTopVisualArea .mainBtn .btn_next{ display:none;}
	.mainTopVisualArea .mainBtn .btnPlayStop{ display:inline-block; background:url("../images/main/btn_play_stop.png") no-repeat; width:9px; height:9px; -webkit-background-size:9px auto; background-size:9px auto;overflow:hidden; text-indent:-9999px; vertical-align:top;margin:0px 5px 0 5px;}
	.mainTopVisualArea .mainBtn .btnPlayStop.play{ background-position:0 -9px;}
	.mainTopVisualArea .slideWrap .swiper-pagination{ bottom:25px;top:auto !important;}

	.contWrap.main .contBox{padding-top:60px !important;}
	.mainTopVisualArea .mainCenterSlide .topVisual .titWrap{ padding-top:50px; text-align:center;padding:50px 30px 0 30px;}
	.mainTopVisualArea .mainCenterSlide .topVisual .titWrap .ftit{ font-size:27px;}
	.mainTopVisualArea .mainCenterSlide .topVisual .titWrap .stit{ font-size:14px; line-height:18px;padding-right:0;}
	.mainTopVisualArea .mainCenterSlide .topVisual .titWrap .btn{ position:absolute; left:0;right:0;margin:0 auto; bottom:50px; width:155px;}
	.mainTopVisualArea .mainCenterSlide .btn_prev{ display:none;}
	.mainTopVisualArea .mainCenterSlide .btn_next{ display:none;}

	.mainWbox{ background:#f6f3f2;margin:0 15px 60px 15px;}
	.mainWbox .mainConBox{ padding-top:60px;}
	.mainWbox .mainConBox .btnCenter{ text-align:center; padding-bottom:60px;}

	.mainCenterBox{ background:#ffffff;margin:0 15px;overflow:hidden; padding-bottom:30px; position:relative;}
	.mainCenterBox .slideWrap{height:180px;}
	.mainCenterBox .slideWrap .middle{}
	.mainCenterBox .slideWrap .middle .inner{ height:110px;padding:0 30px;}
	.mainCenterBox .slideWrap .middle .inner .info{color:#666; line-height:1 !important; display:table; font-size:0; text-align:center; width:100%;padding-top:35px;}
	.mainCenterBox .slideWrap .middle .inner .info .ctg{ font-size:14px;display:inline-block; vertical-align:top;padding-right:11px; margin-right:10px; position:relative;}
	.mainCenterBox .slideWrap .middle .inner .info .ctg:after{ content:''; display:block; position:absolute; right:0; top:2px; height:12px; background:#d9d9d9; width:1px;}
	.mainCenterBox .slideWrap .middle .inner .info .date{font-size:14px; display:inline-block; vertical-align:top;}
	.mainCenterBox .slideWrap .middle .inner .tit{font-size:19px; line-height:26px; text-align:center; margin-top:18px;text-overflow:ellipsis;display:-webkit-box !important;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word; overflow:hidden;}
	.mainCenterBox .slideWrap .swiper-pagination{ bottom:0px;top:auto !important;}
	.mainCenterBox .slideWrap .btn_prev{ left:0px; top:195px;margin:0px !important;}
	.mainCenterBox .slideWrap .btn_prev .prev{ background:url("../images/main/btn_main_prev_w.png") no-repeat; width:42px; height:42px;}
	.mainCenterBox .slideWrap .btn_next{ right:0px; top:195px;margin:0px !important;}
	.mainCenterBox .slideWrap .btn_next .next{ background:url("../images/main/btn_main_next_w.png") no-repeat; width:42px; height:42px;}


	.mainFullImgCon .item{position:relative;overflow:hidden;}
	.mainFullImgCon .item .bgCenter{width:100%;}
	.mainFullImgCon .item .titArea{ position:absolute; left:0; width:100%; top:60px;padding: 0 40px !important; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.mainFullImgCon .item .info{position:absolute; left:0;bottom:0; width:100%;height:120px}
	.mainFullImgCon .item .info .inner{height:100%;background:#002c5e;margin:0 15px; text-align:center;}
	.mainFullImgCon .item .info .inner .location{ color:#ffffff; font-size:19px;font-family:"HyundaiMedium"; padding:0 25px; background:url("../images/main/location_icon.png") no-repeat 0 1px; -webkit-background-size:12px auto; background-size:12px auto; display:inline-block; line-height:19px; margin:38px 0 5px 0}
	.mainFullImgCon .item .info .inner .link{ color:#ffffff; display:inline-block; padding:0 25px 0 35px;}


	.findacarMainList{padding-bottom:60px; margin-top:-57px;}
	.findacarMainList .lineArea{ height:auto !important;}
	.findacarMainList .item{padding:57px 25px 0 25px; position:relative !important; left:auto !important;top:auto !important;}
	.findacarMainList .item.nomargin{ margin-right:0;}
	.findacarMainList .item .thumbnail{ margin-bottom:16px;}
	.findacarMainList .item .btnCarMore{ width:100%;}
	.findacarMainList .item .thumbnail img{ width:100%;}
	.findacarMainList .item .subTit4{ margin-bottom:4px; font-size:16px;}
	.findacarMainList .item .conAreas{ color:#767676; line-height:19px; margin-bottom:14px;}
	.findacarMainList .item .btn{width:100%; line-height:35px; font-size:14px;}


	.mainTopBanner{min-height:40px; position:relative;background:url("../images/main/maintopbanner_bg.jpg") no-repeat center top; -webkit-background-size:auto 100%; background-size:auto 100%;}
	.mainTopBanner .bannerArea{padding:0 15px;}
	.mainTopBanner .bannerArea .title{ font-size:19px; line-height:24px; font-family:"HyundaiMedium";padding-top:40px;}
	.mainTopBanner .bannerArea .txt{ font-size:14px; line-height:21px; padding-top:8px;}
	.mainTopBanner .bannerArea .country{ padding-top:30px; font-size:12px; line-height:18px;}
	.mainTopBanner .bannerArea .country img{ margin-right:10px; vertical-align:top;}
	.mainTopBanner .bannerArea .btnArea{ padding-bottom:40px; /*width:152px;*/width:100%; margin-top:10px;}/* 20180530 */
	.mainTopBanner .bannerArea .btnArea a{ width:152px; font-size:14px; margin-top:10px; margin-left:20px; line-height:35px; height:35px;}/* 20180530 */
	.mainTopBanner .bannerArea .btnArea a:first-child{margin-left:0;}/* 20180530 */
	.mainTopBanner .bannerArea .btnBannerClose{ position:absolute;right:15px;top:15px;}
	.mainTopBanner .bannerArea .btnBannerClose img{ width:11px; height:11px;}
	.mainTopBanner .visitcountry{ line-height:40px;padding:0 15px; background:#002c5f; position:relative; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color:#ffffff; text-align:left; text-decoration:none; display:none; position:absolute; left:0; top:0;}
	.mainTopBanner .visitcountry:after{ content:''; display:block; position:absolute; right:15px; top:14px; background:url("../images/main/topbannerPin.jpg") no-repeat; width:11px; height:13px; -webkit-background-size:11px auto; background-size:11px auto;}
	.btnContentTop{ display:none !important;}

}

@media screen and (min-width:768px) and (max-width:1024px){
	.contentWrap .contWrap{background-size:cover}	
}


/* 20180427 add layerpopup Vedio */
.navigationTab .tabListArea {position:relative;}
/* s: 20180503 */
.tabListArea .tab > a > img.btn-w{width: 30px !important;vertical-align: middle; padding-bottom:3px;}
/* e: 20180503 */
/*.navigationTab .tabListArea button.btn_popvod_play {position:absolute; top:16px; right:-81px;}*/

.section_pop_video { position: relative; }
.section_pop_video .layer_wrap { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; overflow-y: scroll; }
.section_pop_video .layer_wrap.on { display: block; }
.section_pop_video .layer_wrap.fixed_layer_wrap { position: static; }
.section_pop_video .layer_wrap.fixed_layer_wrap .layer { position: static; }
.section_pop_video .layer_wrap.fixed_layer_wrap .layer .layer_dim { position: fixed; z-index: 100; }
.section_pop_video .layer_wrap.fixed_layer_wrap .layer .layer_inner { position: fixed; top: 50%; z-index: 100; margin: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pop_video .layer_wrap.fixed_layer_wrap .layer .layer_inner { left: 0; margin: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } .navigationTab .tabListArea .tab > a > img.btn-w{width:30px; !important;vertical-align:middle;} .Motorsport .layer_wrap .video-layer .close:after {width: 19px;height: 3px;left: 16px;top: 24px;}  }
.section_pop_video .layer_wrap .layer_dim { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); }
.section_pop_video .layer_wrap .layer { position: absolute; width: 100%; min-height: 100%; padding: 0 60px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pop_video .layer_wrap .layer { width: 100%; padding: 0; } }
.section_pop_video .layer_wrap .layer .layer_inner { position: relative; left: 50%; width: 1120px; margin: 100px 0; -webkit-transform: translate(-50%); -ms-transform: translate(-50%); transform: translate(-50%); }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pop_video .layer_wrap .layer .layer_inner { left: 0; width: auto; margin: 60px 15px; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); } }
.section_pop_video .layer_wrap .layer .layer_bd { background: #fff; }
.section_pop_video .layer_wrap .layer .btn_close { position: absolute; top: 0; right: 0; width: 50px; height: 50px; background: #a8cce6; }
.section_pop_video .layer_wrap .layer .btn_close:before, .section_pop_video .layer_wrap .layer .btn_close:after { position: absolute; content: ''; top: 50%; left: 50%; background: #e63416; }
.section_pop_video .layer_wrap .layer .btn_close:before { width: 19px; height: 3px; margin: -1.5px 0 0 -9.5px; }
.section_pop_video .layer_wrap .layer .btn_close:after { width: 3px; height: 19px; margin: -9.5px 0 0 -1.5px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pop_video .layer_wrap .layer .btn_close { width: 30px; height: 30px; } }
.section_pop_video .layer_wrap .layer .btn_close:before, .section_pop_video .layer_wrap .layer .btn_close:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pop_video .layer_wrap .layer .btn_close:before, .section_pop_video .layer_wrap .layer .btn_close:after { position: absolute; content: ''; top: 50%; left: 50%; }
  .section_pop_video .layer_wrap .layer .btn_close:before { width: 14px; height: 3px; margin: -1.5px 0 0 -7px; }
  .section_pop_video .layer_wrap .layer .btn_close:after { width: 3px; height: 14px; margin: -7px 0 0 -1.5px; } 
}
.section_pop_video .layer_wrap .video-layer .layer_inner { width: 1120px; height: 630px; margin-top: 100px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pop_video .layer_wrap .video-layer .layer_inner { width: 100%; height: 0; padding: 56% 0 0; margin: 0; left: 0; } }
.section_pop_video .layer_wrap .video-layer .video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.section_pop_video .layer_wrap .video-layer .video iframe { width: 100%; height: 100%; }
.section_pop_video .layer_wrap .video-layer .close { position: absolute; display: block; top: 0; right: 0; width: 0px; height: 50px; padding-left: 50px; background: #a8cbe6; overflow: hidden; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pop_video .layer_wrap .video-layer .close { height: 35px; padding-left: 35px; } }
.section_pop_video .layer_wrap .video-layer .close:before, .section_pop_video .layer_wrap .video-layer .close:after { content: ""; display: block; position: absolute; background: #e63514; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.section_pop_video .layer_wrap .video-layer .close:before { width: 3px; height: 19px; left: 24px; top: 16px; }
.section_pop_video .layer_wrap .video-layer .close:after { width: 19px; height: 3px; left: 16px; top: 24px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pop_video .layer_wrap .video-layer .close:before {width: 2px;height: 12px;left: 17px;top: 12px;}/* 20180502_class추가 */ 
  .section_pop_video .layer_wrap .video-layer .close:after { width: 12px; height: 2px; left: 12px; top: 17px; } }
  /* // 20180427 add layerpopup Vedio */
@charset "utf-8";

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.list-swiper, /* 20180403 */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.list-swiper, /* 20180403 */
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* 20180326 */
.area-swiper .swiper-slide.type-add {display:none; position:absolute; top:0; left:100%;}
.area-swiper .swiper-slide.type-add.active {display:block; position:relative; left:0;}
.area-swiper .swiper-slide.type-add.ready {display:block;}
/* //20180326 */ 
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
/* 20180326 */
.area-swiper .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* //20180326 */
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@charset "utf-8";


@media print,screen and (min-width:741px) and (max-width:20000px){

	/*common*/
	.btnWrap{margin-top:-20px;padding-bottom:100px;line-height:0;}
	.btnWrap .btn + .btn{margin-left:10px;}
	img.flag{vertical-align:middle;width:26px;height:18px;box-shadow:1px 1px 3px rgba(148,148,148,0.8)}

	/*title*/
	.topTit{font-size:44px;line-height:54px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 대타이틀1 */
	.subTit{font-size:30px;line-height:40px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀1 */
	.subTit2{font-size:26px;line-height:36px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀2 */
	.subTit3{font-size:20px;line-height:30px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀3 */
	.subTit4{font-size:16px;line-height:28px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀4 */

	.titArea{clear:both;margin:0 auto;padding:0 160px 56px 160px;width:1120px;text-align:center;}
	.titArea .topTit{margin-top:-10px;}
	.titArea .topTxt{margin-top:8px;margin-bottom:5px;font-size:16px;line-height:28px;font-family:"HyundaiMedium";font-weight:normal;}
	.titArea .subTit{margin:-9px 0 -27px 0;}
	.titArea .topTit + .subTit{margin-top:47px;}
	.titArea .subTit + .topTxt{margin-top:48px;margin-bottom:-25px;}
	.titArea .img{display:block;margin:8px 0 13px 0;font-size:0;line-height:0;text-align:center;}

	.titArea.bgBl{padding-top:51px;padding-bottom:49px;}
	.titArea.bgBl .topTit{color:#fff}
	.titArea.bgBl .subTit{margin:0 !important;color:#fff;}
	.titArea.bgBl .topTxt{margin-top:11px;margin-bottom:2px;color:#fff;}

	.titArea.brd{padding:0 0 50px 0;text-align:left;}
	.titArea.brd .subTit{margin:0 !important;}

	.titArea.full{padding-left:0;padding-right:0;}
	.titArea.full .topTit{display:block;max-height:10000px;}

	.conArea{color:#000;font-size:16px;line-height:28px;}/* text 본문1 */
	.conAreas{color:#000;font-size:14px;line-height:26px;}/* text 본문2 */
	
	.custom_title { text-align:center; font-size:72px; line-height:72px; font-family: 'HyundaiBold'; color:#000;}	/*PDN_title*/
	.custom_title span { color:#e63312; }	
	
	/*grid*/
	.n3 .grid{width:352px;margin-left:32px;}
	.n3 .grid.grid1{margin-left:0;}

	.n4 .grid{width:256px;margin-left:32px;}
	.n4 .grid .imgArea img{width:256px;height:169px;}
	.n4 .grid.grid1{margin-left:0;}

	.grid.phz,
	.gridRow.phz,
	.imgOnly .grid,
	.imgOnly .gridRow{margin-bottom:0 !important;padding-bottom:0 !important;}

	.imgView1{text-align:center;}
	.imgView1 .grid{margin-bottom:100px;}
	.imgView1 .txtArea{margin:0 auto;padding:51px 160px 0 160px;width:1120px;}
	.imgView1 .imgArea img{width:1120px;height:600px;}
	.imgView1.imgAuto .imgArea{ text-align:center;}
	.imgView1.imgAuto .imgArea img{ width:auto; height:auto;}
	.imgView1 .subTit{margin:0 0 50px 0;}
	.imgView1 .txtArea .subTit{width:800px;margin:0 0 25px 0;}
	.imgView1 .txtArea .subTit3{margin:0 0 15px 0;text-align:center;}
	.imgView1 .txtArea .conArea{position:relative;width:800px;text-align:left;margin-bottom:-6px;}
	.imgView1 .txtArea .btnWrap{margin-top:50px;padding-bottom:0;}
	.imgView1 .txtArea .conArea.clamp{overflow:hidden;height:84px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word;}
	.imgView1 .txtArea .conArea .subCont{text-align:left;}

	.imgView1.full{max-width: 1600px;margin: 0 auto;}
	.imgView1.full .gridRow:after{display:block;clear:both;content:''}
	.imgView1.full .grid{margin-bottom:0}
	.imgView1.full .txtArea{padding-bottom:100px}
	.imgView1.full .btnWrap{margin-top:40px;padding-bottom:0;}
	.imgView1.full .btn_prev{top:233px !important}
	.imgView1.full .btn_next{top:233px !important}
	.imgView1.full .slideWrap .swiper-slide .imgArea{position:relative;left:50%;margin-left:-100%;overflow:hidden;height:510px}
	.imgView1.full .slideWrap .swiper-slide-active .imgArea{z-index:10}
	.imgView1.full .slideWrap .swiper-slide .imgArea img{width:1920px}
	.imgView1.full.n2 .slideWrap .swiper-slide .imgArea img{width:800px;height:510px;}
	.imgView1.full .slideWrap .swiper-pagination{top:470px !important;}

	.imgView2{text-align:left;}
	.imgView2 .gridRow{overflow:hidden;margin-bottom:91px;}
	.imgView2 .grid1{padding-right:16px;}
	.imgView2 .grid2{padding-left:16px;}
	.imgView2 .imgArea img{width:544px;height:360px;}
	.imgView2 .txtArea{padding-top:22px;}
	.imgView2 .txtArea .subTit{margin:20px 0;}
	.imgView2 .txtArea .subTit2{overflow:hidden;max-height:72px;margin:0 0 28px 0;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.imgView2 .txtArea .btnWrap{margin:35px 0 0 0;padding-bottom:0;text-align:left}
	.imgView2 .txtArea .noticeList + .btnWrap{margin:40px 0 0 0;}
	.imgView2 .noticeList{margin:19px 0 3px;}

	.imgView2.gridGap{padding-bottom:40px;}
	.imgView2.gridGap .gridRow{margin-bottom:51px;}

	.imgViewFull{text-align:left;max-width:1600px;margin:0 auto;}/* n2 */
	.imgViewFull .gridRow{overflow:hidden;padding-bottom:100px;}
	.imgViewFull .grid{overflow:hidden;}
	.imgViewFull .imgArea{position:relative;height:510px; overflow:hidden;}
	.imgViewFull .imgArea img{position:absolute; left:50%;margin-left:-400px; width:800px;height:510px;}
	.imgViewFull .txtArea{width:560px; padding-right:140px;}
	.imgViewFull .grid1 .txtArea{float:right;}
	.imgViewFull .grid2 .txtArea{float:left; padding-right:0; padding-left:140px;}
	.imgViewFull .txtArea .subTit{margin:52px 0 21px 0;}
	.imgViewFull .txtArea .subTit2{overflow:hidden;max-height:72px;margin:52px 0 28px 0;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.imgViewFull .txtArea .subTit3{overflow:hidden;padding:33px 0 16px 0;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
	.imgViewFull .txtArea .subTit4{padding:33px 0 16px 0;}
	.imgViewFull .txtArea .conArea{margin-bottom:-6px;}
	.imgViewFull .btnWrap{margin-top:41px;padding-bottom:0;text-align:left;}

	.bnrFull{text-align:left;max-width:1600px;margin:0 auto;}/* n2 */
	.bnrFull .gridRow{overflow:hidden;}
	.bnrFull .grid{position:relative;}
	.bnrFull .imgArea{position:relative;height:220px;overflow:hidden;}
	.bnrFull .imgArea img{position:absolute;left:50%;margin-left:-400px; width:800px;}
	.bnrFull .imgArea:after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0.6}
	.bnrFull .btnWrap{position:absolute;z-index:1;top:50%;margin:-10px 0 0 0;padding:0;}
	.bnrFull .grid1 .btnWrap{right:180px;}
	.bnrFull .grid2 .btnWrap{left:180px;}
	.bnrFull.big .imgArea, .bnrFull.big .imgArea img{height:260px;}
	.bnrFull.big .grid1 .btnWrap, .bnrFull.big .grid2 .btnWrap{left:0;right:0;}
	.bnrFull.big.main a{ display:block;}
	.bnrFull.big.main a .middle{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:1;}
	.bnrFull.big.main a .middle .table{ width:100%; height:100%; display:table;}
	.bnrFull.big.main a .middle .inner{ display:table-cell; height:100%; vertical-align:middle; text-align:center; color:#ffffff; font-size:30px; line-height:38px; font-family:"HyundaiMedium";}
	.bnrFull.big.main .imgArea:after{display:none;}

	.fullSlide{background-size:cover;background-repeat:no-repeat;}
	.fullSlide .txtArea{margin-top:30px;padding:0 160px 124px 160px;}
	.fullSlide .subTit{overflow:hidden;width:800px;margin:0 0 12px 0;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;text-align:center}
	.fullSlide .conArea{position:relative;width:800px;margin-top:25px;}
	.fullSlide .conArea .btnWrap{margin:40px 0 0 0;padding-bottom:0;}
	.fullSlide .slideWrap .swiper-pagination{top:auto !important;bottom:60px}
	.fullSlide .slideWrap .btn_prev{top:50%;margin-top:-22px}
	.fullSlide .slideWrap .btn_next{top:50%;margin-top:-22px}

	.imgView3{padding-bottom:20px;}
	.imgView3 .grid{min-height:362px;}
	.imgView3 .grid:nth-child(3n+1){margin-left:0;}
	.imgView3 .imgArea{position:relative;}
	.imgView3 .imgArea img{width:352px;height:234px;}
	.imgView3 .imgArea .grp{position:absolute;padding:15px 0 0 20px;width:100%;height:90px;font-size:14px;font-family:"HyundaiMedium";color:#fff;z-index:1;background:url("../images/abouthyundai/bg_thumb_category.png") repeat-x 0 0;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.imgView3 .txtArea{padding-top:20px;}
	.imgView3 .txtArea .subTit4{overflow:hidden;max-height:52px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.imgView3 .txtArea input[type="checkbox"]{position:absolute;left:0;top:32px;}
	.imgView3 .txtArea input[type="checkbox"] + label{overflow:hidden;height:56px;padding-left:32px !important;text-overflow:ellipsis;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;font-size:16px !important;line-height:28px !important;font-family:"HyundaiMedium";}
	.imgView3 .txtArea input[type="checkbox"] + label:before{top:4px !important;}
	.imgView3 .txtArea .btnWrap{margin:28px 0 0 0;padding-bottom:0;text-align:left}

	.imgView4{position:relative;padding-bottom:70px;}/* n4 */
	.imgView4 .slideArea.swiper-wrapper{display:block;}
	.imgView4 .slideArea.swiper-wrapper .swiper-slide-row{ overflow:hidden;min-height:320px; padding-bottom:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;oh}
	.imgView4 .slideArea.swiper-wrapper .swiper-slide{float:left;margin:0;width:256px;margin-right:32px;}
	.imgView4 .slideArea.swiper-wrapper .swiper-slide:nth-child(4n){margin-right:0 !important;}
	.imgView4 .imgArea img{width:256px;height:170px;}
	.imgView4 .txtArea{padding-top:25px;}
	.imgView4 .txtArea .subTit4{overflow:hidden;line-height: 26px;max-height:52px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;}
	.imgView4 .txtArea .info{margin-top:5px;font-size:14px;line-height:21px;}
	.imgView4 .txtArea .info .date{color:#000;}
	.imgView4 .txtArea .btnWrap{margin:28px 0 0 0;padding-bottom:0;text-align:left}
	.imgView4 .btn_prev,
	.imgView4 .btn_next{display:none;}
	.imgView4.slideType .slideArea.swiper-wrapper{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
	.imgView4.slideType .slideArea.swiper-wrapper .swiper-slide:nth-child(4n){margin-right:32px !important;}
	.imgView4.slideType .btn_prev,
	.imgView4.slideType .btn_next{display:block;top:63px !important;}
	.imgView4.slideType .swiper-pagination{display:block;position:relative;top:auto !important;left:auto;right:auto;bottom:auto;margin-top:30px;}

	.cardView1{width:1120px;padding-bottom:70px;}
	.cardView1 .grid{margin-bottom:30px;}
	.cardView1 .thumbnail{overflow:hidden;}
	.cardView1 .txtArea{float:left;display:table;width:360px;height:360px;padding:0 40px;background:#f6f3f2;}
	.cardView1 .txtArea .subTit3{padding:0 0 12px 0;}
	.cardView1 .txtArea .txtMid{display:table-cell;vertical-align:middle;}
	.cardView1 .imgArea{float:right;width:760px;}
	.cardView1 .imgArea img{width:760px;height:360px;}

	.cardView2{padding-bottom:68px;}
	.cardView2 .gridRow{overflow:hidden;margin-bottom:32px;}
	.cardView2 .grid{width:544px;}
	.cardView2 .grid.grid1{margin-right:16px;}
	.cardView2 .grid.grid2{float:right;margin-left:16px;}
	.cardView2 .imgArea img{width:544px;height:360px;}
	.cardView2 .txtArea{min-height:180px;padding:34px 40px 41px 40px;background:#fff;}
	.cardView2 .txtArea .subTit3{overflow:hidden;padding:0 0 17px 0;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
	.cardView2 .txtArea .subTit4{overflow:hidden;padding:0 0 15px 0;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
	.cardView2 .txtArea .conArea{overflow:hidden;max-height:56px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}

	.cardView3{padding-bottom:68px;}
	.cardView3 .grid{margin-bottom:32px;}
	.cardView3 .grid:nth-child(3n+1){margin-left:0;}
	.cardView3 .imgArea{font-size:0;line-height:0;}
	.cardView3 .txtArea{min-height:152px;padding:0 32px 46px 32px;background:#f6f3f2;}
	.cardView3 .txtArea .subTit3{overflow:hidden;padding-top:28px;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;line-height:1;}
	.cardView3 .txtArea .info{margin-top:15px;line-height:1;}
	.cardView3 .txtArea .info span.date{color:#666 !important;}
	.cardView3 .imgArea img{width:352px;height:234px;}

	/* M-00058 */
	.visualTxt{position:relative; text-align:center}
	.visualTxt .grid{padding-bottom:100px; float:none; width:1120px; margin:0 auto}
	.visualTxt .txtArea{margin:0 auto; padding:51px 160px 50px 160px; width:1120px}
	.visualTxt .txtArea .subTit{width:800px; margin:0 0 25px 0;}
	.visualTxt .slideWrap{overflow:visible}
	.visualTxt .slideWrap .btn_prev{top:50%; margin-top:-25px}
	.visualTxt .slideWrap .btn_next{top:50%; margin-top:-25px}
	.visualTxt .slideWrap .swiper-pagination{top:auto !important; bottom:0px}
	/* end */

	.imgList{padding-bottom:40px;}
	.imgList .gridRow{position:relative;overflow:hidden;margin-bottom:60px;}
	.imgList .txtArea{padding:0px 0 0 50px;}  /* [M-00071] 2017.07.07 - padding:22px 0 0 50px; => padding:0px 0 0 50px; 로 변경 */
	.imgList .txtArea .subTit{margin-bottom:10px;}
	.imgList .imgArea{overflow:hidden;}
	.imgList .imgArea img{width:560px;height:358px;}
	.imgList .btnWrap{margin:0;padding:30px 0 0 0;text-align:left;}
	.imgList .btnWrap a{display:block;margin-top:15px;}
	.imgList.gridGap{padding-bottom:70px;}
	.imgList.gridGap .gridRow{margin-bottom:30px;}

	.fullImg{position:relative;overflow:hidden;height:580px;}
	.fullImg .img{position:absolute;left:50%;top:0;width:1600px;margin-left:-800px;}
	.fullImg .img img{width:1600px;}
	.fullTxtCont{width:1120px;margin:0 auto;padding-bottom:100px;}

	.halfWrap{padding:0 0 100px 0;}
	.halfWrap .gridWrap{position:relative;}
	.halfWrap .gridWrap .grid{float:left}
	.halfWrap .subTit{margin-bottom:20px}
	.halfWrap .subTit3{margin-bottom:15px}
	.halfWrap .txtArea{padding-bottom:20px;width:505px}
	.halfWrap .slideWrap .txtArea{padding-bottom:85px}
	.halfWrap .imgArea{position:relative;height:510px;max-width:800px; width:100%; overflow:hidden;}
	.halfWrap .imgArea img{width:800px;height:510px; position:absolute; left:50%;top:0;margin-left:-400px;}
	.halfWrap.rightTxt .imgArea{ float:right;}
	.halfWrap.leftTxt .imgArea{ float:left;}
	.halfWrap.leftTxt .gridWrap .grid:first-child{float:right}
	.halfWrap.leftTxt .gridWrap .grid:last-child{position:absolute;bottom:0;left:50%;margin-left:-560px}
	.halfWrap.rightTxt .gridWrap .grid:last-child{position:absolute;bottom:0;left:50%;}
	.halfWrap.rightTxt .txtArea{margin-left:48px;}
	.halfWrap.rightTxt .swiper-pagination{top:auto;bottom:30px;left:50%;width:auto;margin-left:48px}
	.halfWrap.leftTxt .swiper-pagination{top:auto;bottom:30px;left:50%;margin-left:-560px;width:auto}
	.halfWrap .txtArea .btnWrap{margin:38px 0 0 0;padding-bottom:0;text-align:left}

	.bgHalfWrap{padding:100px 0;background-size:cover;background-repeat:no-repeat; overflow:hidden;}
	.bgHalfWrap:after{display:block;clear:both;content:'';}
	.bgHalfWrap .txtArea{background:#fff;width:50%;height:490px;margin-top:0;text-align:left;padding:70px 60px 60px 60px; float:right;}
	.bgHalfWrap .txtArea .subTit{margin-bottom:10px}
	.bgHalfWrap .txtArea .conArea{width:500px}
	.bgHalfWrap .txtArea .btnWrap{text-align:left;margin-top:35px;padding-bottom:60px;}
	.slideWrap.right .swiper-pagination{top:auto !important;bottom:160px; left:auto !important;right:0 !important;width:50%; text-align:left;; padding-left:60px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

	.txtCont1{padding-bottom:50px;}
	.txtCont1 .conArea{width:800px;padding-bottom:50px;margin:-5px auto -10px auto;text-align:left;}
	.txtCont1 .img{width:1120px;margin:0 auto 50px auto;text-align:center;}
	.txtCont1 .bottomDescBox{width:800px;margin:-20px auto;padding-bottom:50px;text-align:left;}
	.txtCont1 .bottomDesc{float:none;width:100%;}
	.txtCont1 .slideWrap .bottomDescBox{margin-top:30px;}
	.txtCont1 .btnWrap{margin:-2px 0 2px 0;padding-bottom:0;}

	.txtCont1.wide{padding-bottom:30px;}
	.txtCont1.wide .conArea{width:1120px;padding-bottom:70px;}

	.txtCont2{width:800px;margin:0 auto;padding-bottom:90px;}
	.txtCont2 .subTit{margin:44px 0 21px;}
	.txtCont2 .subTit:first-child{margin-top:0;}

	.imgInfo{position:relative;padding-bottom:60px;}
	.imgInfo .gridRow{overflow:hidden;margin-bottom:40px;}
	.imgInfo .grid.grid1{width:352px !important;min-height:234px;font-size:0;line-height:0;}
	.imgInfo .grid.grid2{width:768px !important;}
	.imgInfo .txtArea{padding:13px 0 0 40px;}
	.imgInfo .txtArea .subTit2{margin-bottom:22px;}
	.imgInfo .txtArea .subTit3{margin-bottom:13px;}
	.imgInfo .imgArea img{width:352px;height:234px;}

	.brdList{padding-bottom:30px}/* n3 */
	.brdList .grid{}
	.brdList .grid:nth-child(3n+1){margin-left:0;}
	.brdList .grid a{display:block;}
	.brdList .gridRow{ overflow:hidden; padding-bottom:40px;min-height:392px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.brdList .imgArea{overflow:hidden;position:relative;width:352px;height:233px;}
	.brdList .imgArea.nNews{height:189px !important;} /* 20180405 add */

	.brdList .imgArea .grp{position:absolute;padding:15px 0 0 20px;width:100%;height:90px;font-size:14px;font-family:"HyundaiMedium";color:#fff;z-index:1;background:url("../images/abouthyundai/bg_thumb_category.png") repeat-x 0 0;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.brdList .imgArea img{width:352px;}
	.brdList .txtArea{position:relative;padding:25px 0 0 0;}
	.brdList .txtArea .subTit4{/* M-00053 : 뉴스페이지 크기 조정 */overflow:hidden;max-height:90px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;}
	.brdList .txtArea .info{ line-height:21px; margin-top:5px; font-size:14px;}
	.brdList .conArea{display:none;}

	.brdList.gridMode{padding-bottom:60px}
	.brdList.gridMode .grid{overflow:hidden;clear:both;float:none;width:100%;height:190px;margin-left:0;}
	.brdList.gridMode .imgArea{float:left;width:256px;height:170px;}
	.brdList.gridMode .imgArea img{width:256px;height:170px;}
	.brdList.gridMode .txtArea{float:left;position:relative;width:824px;height:170px;margin-left:40px;padding:60px 0 0 0;}
	.brdList.gridMode .txtArea .info{position:absolute;top:22px;left:0;}
	.brdList.gridMode .txtArea .subTit4{overflow:hidden;width:100%;margin-bottom:2px;text-overflow:ellipsis;word-wrap:normal;white-space:nowrap;}
	.brdList.gridMode .txtArea .conArea{overflow:hidden;display:block;height:48px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;font-size:14px;line-height:24px;}

	.brdList.tvList .gridRow{min-height:357px;} /* hyundai TV */
	.brdList.tvList .imgArea{position:relative;overflow:hidden;width:352px;height:198px;}
	.brdList.tvList .imgArea img{width:352px;height:auto;margin-top:-33px;}
	.brdList.tvList .videoBox:after{opacity:0.3;}

	.brdList.tvList.gridMode .gridRow{padding-bottom:0;}
	.brdList.tvList.gridMode .grid{overflow:hidden;clear:both;float:none;width:100%;height:164px;margin-left:0;}
	.brdList.tvList.gridMode .imgArea{float:left;width:256px;height:144px;}
	.brdList.tvList.gridMode .imgArea img{width:256px;height:auto;margin-top:-24px;}
	.brdList.tvList.gridMode .txtArea{float:left;position:relative;width:824px;height:144px;margin-left:40px;padding:50px 0 0 0;}
	.brdList.tvList.gridMode .txtArea .info{position:absolute;top:13px;left:0;}

	.brdList.n3 .txtArea .btnWrap{margin:25px 0 0 0;padding-bottom:0;text-align:left}

	.sortContWrap{position:relative;margin:-20px 0 50px 0;padding-right:110px;}
	.sortContWrap ul{overflow:hidden;}
	.sortContWrap ul li{float:left; margin-right:40px; font-family:"HyundaiMedium";}
	.sortContWrap button{position:absolute;right:0;top:-10px;min-width:110px !important;}

	.brdListBig .grid{height:594px;}
	.brdListBig .grid:nth-child(3n+1){margin-left:0;}
	.brdListBig .grid a{display:block;}
	.brdListBig .txtArea{padding:29px 0 0 0;}
	.brdListBig .txtArea .subTit3{overflow:hidden;max-height:56px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;}
	.brdListBig .txtArea .view{display:inline-block;font-size:14px;line-height:1; font-family:"HyundaiMedium";}
	.brdListBig .imgArea img{width:352px;height:430px;}

	.brdTitBox{position:relative;padding:60px 0 55px 0;}
	.brdTitBox .view{padding-bottom:15px;font-family:"HyundaiMedium";font-size:20px;line-height:1;}
	.brdTitBox .info{position:absolute;top:60px;right:0;color:#666666;line-height:1;}
	.brdTitBox .info .date,
	.brdTitBox .info .no{position:relative;display:inline-block;padding-left:20px;font-size:14px;}
	.brdTitBox .info .no:after{content:'';position:absolute;width:1px;height:10px;top:1px;left:10px;background:#e2dad4;}

	.tool{position:relative;overflow:hidden;height:80px;padding:26px 40px 0 40px;background:#002c5f;}
	.tool .btnPrint,	.tool .btnEmail, .tool .btnDownload{display:inline-block;margin-right:30px;font-size:14px;line-height:16px;color:#fff;font-family:"HyundaiMedium";}
	.tool .btnPrint{padding:0 0 0 27px;background:url("../images/common/bul_tool.gif") no-repeat top left;}
	.tool .btnEmail{padding:0 0 0 26px;background:url("../images/common/bul_tool.gif") no-repeat 0 -39px;}
	.tool .btnDownload{position:absolute;top:33px;right:40px;margin-right:0;padding:0 0 0 24px;background:url("../images/common/bul_tool.gif") no-repeat 0 -79px;}
	.tool .btnPrint:hover, .tool .btnEmail:hover, .tool .btnDownload:hover,
	.tool .btnPrint:focus, .tool .btnEmail:focus, .tool .btnDownload:focus{color:#fff;}
	.btnWrap + .tool{margin-top:-20px;}

	.brdViewTxt{margin-top:-20px;}

	.brdViewImg{margin-top:-20px;padding-bottom:50px;}
	.brdViewImg .imgView1 .grid{margin-bottom:0;}
	.brdViewImg .imgView1 .imgArea img{width:auto;max-width:1120px;height:600px;}
	.brdViewImg .imgView1 .txtArea{padding-left:0;padding-right:0;}
	.brdViewImg .imgView1 .txtArea .conArea{width:100%;margin-bottom:40px;}
	.brdViewImg .imgView1 .source{margin:-30px 0 40px 0;text-align:left;font-size:14px;color:#666666;}
	.titArea + .brdViewImg{margin-top:0;}

	.brdViewCnt{margin-top:-50px;margin-bottom:60px;}
	.brdViewCnt dt{display:inline-block;padding-right:20px;font-family:"HyundaiMedium";}
	.brdViewCnt dd{display:inline-block;}
	.brdViewCnt dd .mail{margin-right:20px;}

	.brdViewEtc{padding-bottom:100px;border-top:1px solid #e4dcd3;}
	.brdViewEtc dl{overflow:hidden;padding:25px 40px 20px 40px;border:1px solid #e4dcd3;border-top:0;font-size:0;}
	.brdViewEtc dt{float:left;width:100px;font-family:"HyundaiMedium";font-size:16px;line-height:18px;vertical-align:top;}
	.brdViewEtc dd{float:left;width:938px;font-size:16px;line-height:18px;vertical-align:top;}
	.brdViewEtc .file li{position:relative;padding:10px 0 3px 0;color:#000;}
	.brdViewEtc .file li:first-child{padding-top:0;}
	.brdViewEtc .file li .btnDown{position:absolute;right:0;}
	.brdViewEtc .tag a{margin-right:10px;text-decoration:underline !important;}
	.brdViewEtc .jumpPage{padding-bottom:10px;background:#fff;}
	.brdViewEtc .jumpPage dt{padding-bottom:20px;}
	.brdViewEtc .jumpPage dd{padding-bottom:20px;color:#666;}
	.brdViewEtc .jumpPage dd a,
	.brdViewEtc .jumpPage dd span{display:block;position:relative;padding-right:50px;}
	.brdViewEtc .jumpPage dd a:after{display:block;content:'';width:11px;height:7px;background-repeat:no-repeat;background-image:url("../images/common/paging_jumpPage.png");position:absolute;top:5px;right:0}
	.brdViewEtc .jumpPage dd.next a{background-position:0 0}
	.brdViewEtc .jumpPage dd.prev a:after{background-position:0 -8px}

	.brdListTop{margin-top:-8px;margin-bottom:45px;line-height:0;}
	.brdListTop .info{overflow:hidden;margin-top:15px;}
	.brdListTop .count{float:left;}
	.brdListTop .count .ls{display:inline-block;margin-right:15px;font-size:14px;line-height:19px;color:#666666;vertical-align:top;}
	.brdListTop .count .ls .grp{}
	.brdListTop .count .ls .num{padding-left:3px;}
	.brdListTop .right{float:right;}
	.brdListTop .right input[type=checkbox] + label{font-family:"HyundaiMedium";}
	.brdListTop .btnDown{margin:1px 0 0 30px;}

	.tblInfo{position:relative;height:33px;line-height:0;}
	.tblInfo .subTit4{line-height:1;}
	.tblInfo .caption{position:absolute;top:0;right:0;font-size:14px;line-height:16px;text-align:right;}
	.tblInfo select{position:absolute;top:-30px;right:0;}
	.tblInfo select.sort{width:200px !important;}
	.tblInfo select.bg2{box-shadow:none !important;}
	.tblInfo .searchBar{min-height:0}
	.tblInfo .searchBar .searchWrap{top:-31px;left:auto;right:0;}
	.tblInfo .searchBar .searchWrap .autoSearchList{position:absolute;width:100%;}

	.brdTableWrap{padding-bottom:100px;}
	.brdTable table{width:100%;}
	.brdTable table thead th{height:48px;padding:3px 0 0 0;border-left:1px solid #fff;background-color:#002c5f !important;font-size:14px;line-height:20px;color:#fff !important;text-align:center;font-family:"HyundaiMedium";font-weight:normal;}
	.brdTable table thead th:first-child{border-left:none}
	.brdTable table tbody td{padding:16px 30px 15px 30px;border-left:1px solid #e4dcd3;border-right:1px solid #e4dcd3;border-bottom:1px solid #e4dcd3;text-align:center;font-size:14px;line-height:20px;}
	.brdTable table tbody td img.flag{margin-right:5px;}

	.brdTable table tfoot tr.total{background:#f6f3f2;}
	.brdTable table tfoot tr.total th,
	.brdTable table tfoot tr.total td{padding:16px 30px 15px 30px;border-bottom:1px solid #e4dcd3;font-size:14px;line-height:20px;font-weight:normal;}
	.brdTable table tfoot tr.total th{border-left:1px solid #e4dcd3;text-align:left;}
	.brdTable table tfoot tr.total td{text-align:center;}
	.brdTable table tfoot tr.total td:last-child{border-right:1px solid #e4dcd3;}

	.brdTableWrap .btnWrap{margin-top:45px;padding-bottom:0;}

	.motoshowList .item{width:100%;height:580px;overflow:hidden;}
	.motoshowList .item a{display:block;position:relative;width:100%;height:580px;}
	.motoshowList .item .bgCenter{position:absolute; left:50%; top:0;margin-left:-960px;width:1920px;}
	.motoshowList .item .info{position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:100%;z-index:10}
	.motoshowList .item .info dl{height:160px;background:#002c5e;margin:0 60px; text-align:center;}
	.motoshowList .item .info dt{padding:51px 0 7px 0;color:#fff;font-size:30px;line-height:1;font-family:"HyundaiMedium";margin:0 auto;width:1120px;}
	.motoshowList .item .info dd{overflow:hidden; color:#fff;}
	
	/* M-00062 Page Thumbnail 이미지를 등록하지 않으면 그냥 타이틀만 보여주고 이미지는 숨기도록 수정 Start */
    .motoshowList .item1{width:100%;height:280px;overflow:hidden;}
    .motoshowList .item1 a{display:block;position:relative;width:100%;height:280px;}
    .motoshowList .item1 .bgCenter{position:absolute; left:50%; top:0;margin-left:-960px;width:1920px;}
    .motoshowList .item1 .info{position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:100%;z-index:10}
    .motoshowList .item1 .info dl{height:160px;background:#002c5e;margin:0 60px; text-align:center;}
    .motoshowList .item1 .info dt{padding:51px 0 7px 0;color:#fff;font-size:30px;line-height:1;font-family:"HyundaiMedium";margin:0 auto;width:1120px;}
    .motoshowList .item1 .info dd{overflow:hidden; color:#fff;}
    /* M-00062 Page Thumbnail 이미지를 등록하지 않으면 그냥 타이틀만 보여주고 이미지는 숨기도록 수정 End */

	.info .view{display:inline-block;font-size:14px;line-height:1;padding-right:10px;color:#000;}
	.info .date{display:inline-block;font-size:14px;line-height:1;color:#666;}

	/*slideWrap*/
	/* 20180326 */
	.area-swiper,
	.slideWrap{position:relative;overflow:hidden;}
	.slideWrap.thumbnail{background:#000;}
	.area-swiper .btn_prev,
	.slideWrap .btn_prev{position:absolute;left:0;top:278px;z-index:10;}
	.area-swiper .btn_prev .prev,
	.slideWrap .btn_prev .prev{display:block;background:url("../images/common/btn_prev.png") no-repeat;width:44px;height:44px;overflow:hidden;text-indent:-9999px;}
	.area-swiper .btn_next,
	.slideWrap .btn_next{position:absolute;right:0;top:278px;z-index:10;}
	.area-swiper .btn_next .next,
	.slideWrap .btn_next .next{display:block;background:url("../images/common/btn_next.png") no-repeat;width:44px;height:44px;overflow:hidden;text-indent:-9999px;}
	.area-swiper .swiper-pagination,
	.slideWrap .swiper-pagination{position:absolute;left:0;top:558px;text-align:center;width:100%;font-size:0;line-height:0; display:table; text-align:center;z-index:1}
	.area-swiper .swiper-pagination .swiper-pagination-bullet,
	.slideWrap .swiper-pagination .swiper-pagination-bullet{display:inline-block;background:url("../images/common/dot.png") no-repeat right 0;width:12px;height:12px;overflow:hidden;text-indent:-9999px;}
	.area-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.slideWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position:0 0;}
	.area-swiper .swiper-pagination.gray .swiper-pagination-bullet,
	.slideWrap .swiper-pagination.gray .swiper-pagination-bullet{background:url("../images/common/dot.png") no-repeat right 0;}/*배경이 흰색일 경우*/
	.area-swiper .swiper-pagination.gray .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.slideWrap .swiper-pagination.gray .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position:0 0;}
	.area-swiper .btnWrap .learnMore,
	.slideWrap .btnWrap .learnMore{line-height:26px;word-break: break-all;}
	/* //20180326 */

	.brand-story-n-news-list .n1 .slideWrap{padding-bottom: 42px !important;} /* 20180409 add */	
	.brand-story-n-news-list .slideWrap .swiper-pagination {top:auto !important; bottom:0 !important;}  /* 20180409 add */

	.slideWrap.numbering .swiper-pagination{top:660px !important;}
	.slideWrap.numbering .swiper-pagination-bullet.swiper-number{position:relative;padding:0 23px;text-indent:0;background:none;width:50px;height:50px;margin:0}
	.slideWrap.numbering .swiper-pagination-bullet.swiper-number em{display:block;width:50px;height:50px;font-size:14px;font-style:normal;font-family:"HyundaiMedium";line-height:50px;color:#002c5f;background:url("../images/common/btn_paging_numbering.png") -50px 0}
	.slideWrap.numbering .swiper-pagination-bullet.swiper-number.swiper-pagination-bullet-active em{background-position:0 0;color:#fff;}
	.slideWrap.numbering .swiper-pagination-bullet.swiper-number:before{display:block;content:'';width:50px;height:4px;background:#002c5f;position:absolute;top:23px;left:-25px}
	.slideWrap.numbering .swiper-pagination-bullet.swiper-number:after{display:block;content:'';width:50px;height:4px;background:#002c5f;position:absolute;top:23px;right:-26px}
	.slideWrap.numbering .swiper-pagination-bullet.swiper-number:first-child:before{display:none}
	.slideWrap.numbering .swiper-pagination-bullet.swiper-number:last-child:after{display:none}
	.slideWrap.numbering .txtArea{padding-top:160px}
	.slideWrap.numbering .number{display:none}

	.slideWrap.hideBtn .btn_prev,
	.slideWrap.hideBtn .btn_next,
	.slideWrap.hideBtn .swiper-pagination{display:none;}
	.slideWrap.middleBtn .btn_prev{top:50%;margin-top: -22px;}
	.slideWrap.middleBtn .btn_next{top:50%;margin-top: -22px;}

	.slideInfo{max-width:1600px;min-width:1120px;height:580px !important; position:relative;margin:0 auto;}
	.slideInfo ul.slideArea li{overflow:hidden; position:relative;}
	.slideInfo ul.slideArea li .bgCenter{position:absolute; left:50%; top:0;margin-left:-800px;width:1600px;}
	.slideInfo ul.slideArea li .info{position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:1120px;}
	.slideInfo ul.slideArea li .info dl{padding:32px 0 80px 0;background:#002c5e;}
	.slideInfo ul.slideArea li .info dt{padding:0px 0 13px 0;color:#fff;font-size:16px;line-height:28px;font-family:"HyundaiMedium";}
	.slideInfo ul.slideArea li .info dd{overflow:hidden;max-height:84px;margin:0 170px;color:#fff;font-size:16px;line-height:28px;font-family:"HyundaiLight";text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word;}
	.slideInfo ul.slideArea li .info dd.onlyCon{margin:21px 170px 24px 170px;}
	.slideInfo ul.slideArea li .info .noticeList{margin:0 170px; text-align:left;}
	.slideInfo ul.slideArea li .info .noticeList li{ color:#ffffff; display:inline-block; vertical-align:top; font-family:"HyundaiLight";}
	.slideInfo .btn_prev{left:0;top:50%;margin-top:-22px;}
	.slideInfo .btn_next{right:0;top:50%;margin-top:-22px;}
	.slideInfo .swiper-pagination{top:auto;bottom:30px;}

	.slideAuto{position:relative;min-width:1120px;height:580px !important;}
	.slideAuto ul.slideArea li{overflow:hidden; position:relative;}
	.slideAuto ul.slideArea li .bgCenter{position:absolute; left:50%; top:0;margin-left:-960px;width:1920px;}
	.slideAuto ul.slideArea li .info{position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:1120px;}
	.slideAuto ul.slideArea li .info dl{padding:32px 0 80px 0;background:#002c5e;}
	.slideAuto ul.slideArea li .info dt{padding:0px 0 13px 0;color:#fff;font-size:16px;line-height:28px;font-family:"HyundaiMedium";}
	.slideAuto ul.slideArea li .info dd{overflow:hidden;max-height:84px;margin:0 170px;color:#fff;font-size:16px;line-height:28px;font-family:"HyundaiLight";text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word;}
	.slideAuto ul.slideArea li .info dd.onlyCon{margin:21px 170px 24px 170px;}
	.slideAuto .btn_prev{left:0;top:50%;margin-top:-22px;}
	.slideAuto .btn_next{right:0;top:50%;margin-top:-22px;}
	.grid .area-swiper .swiper-pagination, /* 20180403 */
	.slideAuto .swiper-pagination{top:auto;bottom:0;}  /* 20180404 */

	.slideInfo2{max-width:1600px;min-width:1120px;height:680px !important; position:relative;margin:0 auto;}
	.slideInfo2 ul.slideArea li{overflow:hidden; position:relative;}
	.slideInfo2 ul.slideArea li .bgCenter{position:absolute; left:50%; top:0;margin-left:-800px;width:1600px;height:680px}
	.slideInfo2 ul.slideArea li .info{position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:1120px;background:#002c5e;padding:42px 145px 42px 65px;overflow:hidden;color:#fff}
	.slideInfo2 ul.slideArea li .info .item{float:left;font-size:0;display:table;padding-top:15px}
	.slideInfo2 ul.slideArea li .info .item span{display:inline-block;font-size:30px;font-family:"HyundaiMedium"}
	.slideInfo2 ul.slideArea li .info .item .tit{margin-right:33px}
	.slideInfo2 ul.slideArea li .info .txt{float:right;text-align:left;font-family:"HyundaiMedium"}
	.slideInfo2 .btn_prev{left:0;top:50%;margin-top:-22px;}
	.slideInfo2 .btn_next{right:0;top:50%;margin-top:-22px;}
	.slideInfo2 .swiper-pagination{top:auto;bottom:170px;}

	.slideWrap.middleType{height:600px;}
	.slideWrap.middleType ul.slideArea li .middle{display:table;position:absolute; left:0; top:0; width:100%; height:100%;}
	.slideWrap.middleType ul.slideArea li .middle .titArea{position:relative;display:table-cell;padding:0;text-align:center;vertical-align:middle;z-index:10}
	.slideWrap.middleType ul.slideArea li .middle:before{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);}
	.slideWrap.middleType ul.slideArea li .middle .titArea .view{position:relative;margin-bottom:5px;font-size:16px;line-height:28px;font-family:"HyundaiMedium";z-index:5}
	.slideWrap.middleType ul.slideArea li .middle .titArea .subTit{position:relative;margin:0;z-index:5}
	.slideWrap.middleType ul.slideArea li .middle .titArea.colorw .view,
	.slideWrap.middleType ul.slideArea li .middle .titArea.colorw .subTit{color:#fff;}
	.slideWrap.middleType .btn_prev{left:0;top:50%;margin-top:-22px;}
	.slideWrap.middleType .btn_next{right:0;top:50%;margin-top:-22px;}

	.slideWrap.smallSlide{width:800px;margin:0 auto;}
	.slideWrap.smallSlide .btn_prev,
	.slideWrap.smallSlide .btn_next{top:220px}

	.imgView1 .slideArea1 img{width:1120px;height:600px;}
	.imgView1 .slideArea1 .swiper-pagination-bullets{margin-top:-10px;}

	.graphSlide .subTitBox{margin-bottom:0;padding:55px 60px 55px;background:#f6f3f2;}
	.graphSlide .graphConWrap{margin-top:0;text-align:left;}
	.graphSlide .swiper-pagination-bullets{top:inherit !important;bottom:30px;}

	.graphConWrap{margin-top:23px;}
	.graphConWrap .graphTit{color:#666;}
	.graphConWrap .graphTit span{display:inline-block;padding-right:20px;font-family:"HyundaiMedium";color:#000;}
	.graphConWrap .graphWrap{padding:51px 0 37px 0;}
	.graphConWrap .graphWrap img{width:auto;height:auto;}

	.brdTop{margin-top:-30px;padding-bottom:70px;}
	.brdTop .infoBox{overflow:hidden;display:table;height:490px;background:#f6f3f2;}
	.brdTop .infoBox .imgArea{float:left;width:740px;height:490px;vertical-align:top;}
	.brdTop .infoBox .imgArea img{width:740px;height:490px;}
	.brdTop .infoBox .txtArea{position:relative;float:left;width:380px;padding:0 60px 0 50px;text-align:left;height:490px}
	.brdTop .infoBox .txtArea .info{margin-top:82px;}
	.brdTop .infoBox .txtArea .subTit{/* M-00053 : 뉴스페이지 크기 조정 */overflow:hidden;margin-top:14px;max-height:220px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;word-wrap:break-word; font-size:26px; line-height:36px;}
	.brdTop .infoBox .txtArea .btnWrap{position:absolute;bottom:100px;padding-bottom:0;text-align:left;}
	.brdTop .btn_prev{top:50%;margin-top:-42px;}
	.brdTop .btn_next{top:50%;margin-top:-42px;}
	/* 20180402 */
	.area-swiper {padding-bottom:42px;}
	/* //20180402 */
	/* 20180326 */
	.area-swiper .swiper-slide.type-add {display:none; position:absolute; top:0; left:100%;}
	.area-swiper .swiper-slide.type-add.active {display:block; position:relative; left:0;}
	.area-swiper .swiper-slide.type-add.ready {display:block;}
	/* //20180326 */

	.brdTop.tvList .infoBox{height:413px;}
	.brdTop.tvList .infoBox .imgArea{width:740px;height:413px;}
	.brdTop.tvList .infoBox .imgArea img{width:740px;height:auto;margin-top:-72px;}
	.brdTop.tvList .infoBox .txtArea{height:413px}
	.brdTop.tvList .infoBox .txtArea .info{margin-top:50px;}
	.brdTop.tvList .infoBox .txtArea .btnWrap{bottom:50px;}
	.brdTop.tvList .videoBox:after{opacity:0.3;}

	.galleryTy1{width:1120px;padding-bottom:100px;}
	.galleryTy1 .slideWrap{overflow:hidden;width:1120px;}
	.galleryTy1 .slideArea{}
	.galleryTy1 .slideArea li{width:262px;}
	.galleryTy1 .slideArea li .tit, .galleryTy1 .slideArea li .desc{display:none;}
	.galleryTy1 .thumbnail .wrapper{max-width:100% !important;}
	.galleryTy1 .thumbnail .slideArea{background:#000;}
	.galleryTy1 .thumbnail .slideArea li{width:262px;vertical-align:top;font-size:0;line-height:0}
	.galleryTy1 .thumbnail .slideArea li button{position:relative;}
	.galleryTy1 .thumbnail .slideArea li button:after{display:block; content:''; position:absolute; left:0; top:0;width:100%;height:100%; background:#000; opacity:0.6;}
	.galleryTy1 .thumbnail .slideArea li button:hover:after,
	.galleryTy1 .thumbnail .slideArea li button:focus:after{opacity:0;}
	.galleryTy1 .thumbnail .slideArea li.on button:after{opacity:0;}
	.galleryTy1 .thumbnail .slideArea li img{width:262px;height:140px;}
	.galleryTy1 .slideWrap.bigImg li{width:100%;}
	.galleryTy1 .slideWrap.bigImg li .noticeList{ display:none;}
	/*.galleryTy1 .slideWrap.bigImg li iframe, .galleryTy1 .slideWrap.bigImg li object, .galleryTy1 .slideWrap.bigImg li embed{position:relative;width:1120px;height:600px} 2017-3-10 개발팀요청으로 삭제 */
	.galleryTy1 .slideWrap.bigImg li img{width:1120px;height:600px;}
	.galleryTy1 .btn_prev{left:0;bottom:auto;top:50%;margin-top:-22px;}
	.galleryTy1 .btn_next{right:0;bottom:auto;top:50%;margin-top:-22px;}
	.galleryTy1 .pageNum{position:absolute;width:1120px;height:90px;padding:49px 30px 0 0;right:0;bottom:0;z-index:2;color:#fff;font-size:16px;background:url('../images/common/bg_gallery_num.png') repeat-x left bottom;text-align:right;line-height:1}
	.galleryTy1 .pageNum strong{font-family:'HyundaiMedium';}
	
	/* M-00030 Small Image Component Start */
	.galleryTy1.minTy1{width:720px;padding-bottom:100px; margin:0 auto}
	.galleryTy1.minTy1 .slideWrap{overflow:hidden;width:720px}
	.galleryTy1.minTy1 .thumbnail .slideArea li{width:188px;vertical-align:top;font-size:0;line-height:0}
	.galleryTy1.minTy1 .thumbnail .slideArea li img{width:188px;height:100px}
	.galleryTy1.minTy1 .slideWrap.bigImg li img{width:720px;height:386px}
	/* M-00030 Small Image Component End */

	.bottomDescBox{overflow:hidden;margin-top:24px;}
	.bottomDesc{float:left;width:990px;}
	.bottomDesc .tit{display:block;margin-bottom:6px;color:#000;font-family:"HyundaiMedium";font-size:20px;}
	.bottomDesc .txt{display:block;position:relative;padding-left:28px;}
	.bottomDesc .txt:before{content:''; display:block; position:absolute; left:0; top:6px; width:16px; height:16px; background:url('../images/common/ico_gallery_desc.png') no-repeat 0 0;}
	.bottomDescBox .btnWrap{float:right;margin-top:7px;padding-bottom:0;}
	.imgView1 .bottomDescBox{text-align:left;}

	.galleryTy2{padding-bottom:100px;padding-top:2px;}
	.galleryTy2 ul li{overflow:hidden;}
	.galleryTy2 ul li .columnsImg{float:left;margin:2px;}
	.galleryTy2 ul li .columnsImg.w1{margin-left:0;}
	.galleryTy2 ul li .columnsImg.w5{margin-left:0;}
	.galleryTy2 ul li .columnsImg.w9{margin-left:0;}
	.galleryTy2 ul li .columnsImg.w4{margin-right:0;}
	.galleryTy2 ul li .columnsImg.w8{margin-right:0;}
	.galleryTy2 ul li .columnsImg.w12{margin-right:0;}
	.galleryTy2 ul li .columnsImg img{width:277px;height:148px;}
	.galleryTy2 .swiper-pagination{position:relative; left:auto;top:auto;margin-top:58px;}

	/*toggle*/
	.togListWrap{position:relative;padding-bottom:98px;}
	.togListWrap .togList{margin-bottom:2px;}
	.togListWrap .btnOpenClose{display:block;width:100%;height:80px;padding:0 40px;background:#002c5f;color:#fff;line-height:80px;text-align:left;text-decoration:none;}
	.togListWrap .btnOpenClose:after{content:'';display:block;position:absolute;right:40px;top:34px;width:20px;height:12px;background:url("../images/common/bg_toggle.png") no-repeat 0 -270px;}
	.togListWrap .togList.on .btnOpenClose{background:#f6f3f2;color:#000;}
	.togListWrap .togList.on .btnOpenClose:after{background:url("../images/common/bg_toggle.png") no-repeat 0 0;}
	.togListWrap .togCont{display:none;padding:30px 60px;background:#f6f3f2;}
	.togListWrap .togCont .txtCont1{width:100%;}
	.togListWrap .togCont .txtCont1 .conArea{width:100% !important;padding-bottom:0 !important;}

	.togListWrap.small{border:1px solid #e4dcd3; border-bottom:0; padding-bottom:0;}
	/* M-00104 NBrand Type */
	.togListWrap.small.N{border:1px solid #dceaf5 !important;}
	.togListWrap.small .togList{margin:0px 0;}
	.togListWrap.small .togList:first-child{margin-top:0;}
	.togListWrap.small .btnOpenClose{display:block;width:100%;height:58px;padding:0 30px;line-height:58px;text-align:left;text-decoration:none; font-family:"HyundaiMedium"; font-size:14px;color:#000;background:#ffffff;border-bottom:1px solid #e4dcd3;}
	/* M-00104 NBrand Type */
	.togListWrap.small .btnOpenClose.N{border-bottom:1px solid #dceaf5 !important;}
	.togListWrap.small .btnOpenClose:after{right:30px;top:50%;width:12px;height:7px;margin-top:-3px;background:url("../images/common/bg_toggle_small.png") no-repeat top left !important;}
	.togListWrap.small .togList.on .btnOpenClose{background:#ffffff; color:#000;}
	.togListWrap.small .togList.on .btnOpenClose:after{
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);
	}
	.togListWrap.small .togCont{border-bottom:1px solid #e4dcd3;}
	/* M-00104 NBrand Type */
	.togListWrap.small .togCont.N{border-bottom:1px solid #dceaf5 !important;}

	.togListWrap.country{margin-top:34px;}
	.togListWrap.country .togList.on .btnOpenClose{border-bottom:1px solid #fff;}
	.togListWrap.country .togCont{background:#fff}
	.togListWrap.country .gridWrap{margin-bottom:-20px;}
	.togListWrap.country .n3 .grid{width:332px;margin-left:0;margin-bottom:35px;font-size:14px;line-height:19px}
	.togListWrap.country .n3 .grid img{width:26px;}
	.togListWrap.country .n3 .grid .txtCountry{padding-left:7px;}
	.togListWrap.country .n3 .grid a:hover,
	.togListWrap.country .n3 .grid a:focus{text-decoration:none}

	.togListWrap .btnWrap{height:62px;text-align:left;margin:0;padding:0;}

	.togListWrap .togSelect{position:relative;height:62px;}
	.togListWrap .togSelect select{position:absolute;top:0;right:0;width:200px !important;}
	.togListWrap .togSelect .btnWrap{position:absolute;height:auto;top:0;left:0;}
	
	.togListInfo .n2 .grid1{width:352px;margin-right:50px;}
	.togListInfo .n2 .grid1 .imgArea img{width:352px;height:430px;}
	.togListInfo .n2 .grid2{width:598px;padding-top:53px;}
	.togListInfo .n2 .grid2 .conArea{padding-top:13px;}

	.togListInfo .togList .togTitWrap{position:relative;overflow:hidden;height:80px;padding-left:138px;background:#002c5f;color:#fff;line-height:80px;}
	.togListInfo .togList .togTitWrap .togTit{display:inline-block;line-height:80px;font-size:20px;}
	.togListInfo .togList .togTitWrap .togTit button{color:#ffffff;text-decoration:none; text-align:left;max-width:550px;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal; overflow:hidden;}
	.togListInfo .togList .togTitWrap .num{position:absolute;left:40px;}
	.togListInfo .togList .togTitWrap .date{position:absolute;right:303px;}
	.togListInfo .togList .togTitWrap .pdfDown{position:absolute;top:32px;right:120px;color:#fff;background:url("../images/common/btn_pdfDown.png") no-repeat 0 -80px;}
	.togListInfo .togList .togTitWrap .togOpenclose{position:absolute;right:0;text-indent:1000px;width:100px;height:80px;background:url("../images/common/bg_toggle.png") no-repeat center -235px;}

	.togListInfo .togList.on .togTitWrap{background:#f6f3f2;color:#000;}
	.togListInfo .togList.on .togTitWrap .togTit button{color:#000;}
	.togListInfo .togList.on .togTitWrap .pdfDown{color:#000;background:url("../images/common/btn_pdfDown.png") no-repeat top left;}
	.togListInfo .togList.on .togTitWrap .togOpenclose{background:url("../images/common/bg_toggle.png") no-repeat center 34px;}

	.togListEvent .togTitWrap{position:relative;overflow:hidden;height:80px;padding-left:40px;background:#002c5f;color:#fff;line-height:80px;}
	.togListEvent .togTitWrap .togTit{display:inline-block;line-height:80px;font-size:20px;}
	.togListEvent .togTitWrap .togTit button{color:#ffffff;text-decoration:none; text-align:left;max-width:600px;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal; overflow:hidden;}
	.togListEvent .togTitWrap .num{position:absolute;left:40px;}
	.togListEvent .togTitWrap .date{position:absolute;right:303px;font-size:14px}
	.togListEvent .togTitWrap .pdfDown{position:absolute;top:32px;right:120px;color:#fff;background:url("../images/common/btn_pdfDown.png") no-repeat 0 -80px;}
	.togListEvent .togTitWrap .togOpenclose{position:absolute;right:0;text-indent:1000px;width:100px;height:80px;background:url("../images/common/bg_toggle.png") no-repeat center -235px;}
	.togListEvent .togCont{padding-bottom:50px}
	.togListEvent .togCont .date{display:block;font-size:14px;color:#666;}
	.togListEvent .togCont h3{margin-bottom:19px}
	.togListEvent .togCont .conArea{line-height:30px}

	.togListEvent .togList.on .togTitWrap{background:#f6f3f2;color:#000;}
	.togListEvent .togList.on .togTitWrap .togTit button{color:#000;}
	.togListEvent .togList.on .togTitWrap .togOpenclose{background:url("../images/common/bg_toggle.png") no-repeat center 34px;}
	.togListEvent .togList.on .togTitWrap .pdfDown{color:#000;background:url("../images/common/btn_pdfDown.png") no-repeat top left;}

	/*tab*/
	.navigationTabWrap{background:#ffffff; height:70px; text-align:center; overflow:hidden;position:relative;width:100%;z-index:20;box-shadow:1px 1px 1px rgba(0,0,0,0.05);min-width:1240px;transform: translate3d(0px, 0px, 0px);}
	.navigationTabWrap.fixed{position:fixed !important; top:0 !important;}
	.navigationTabWrap.full .tabListArea{max-width:1120px;}
	.navigationTab{width:1120px; position:relative;margin:0 auto; line-height:70px;}
	.navigationTab .tit{font-family:"HyundaiMedium"; position:absolute; left:0; top:0;}
	.navigationTab .tabListArea{display:inline-block; height:70px;max-width:780px;}
	.navigationTabWrap.openClose .navigationTab .tabListArea{margin:0 auto;width:780px;}
	.navigationTab .tabListArea .tabList{overflow:hidden;}
	.navigationTab .tabListArea .tabList .tab{float:left;padding:0 25px;}
	.long .navigationTab .tabListArea .tabList .tab{float:left;padding:0 10px;font-size:14px;}
	.navigationTab .tabListArea .tabList .tab a{text-decoration:none;}
	.navigationTab .tabListArea .tabList .tab a:hover,
	.navigationTab .tabListArea .tabList .tab a:focus,
	.navigationTab .tabListArea .tabList .tab button:hover,
	.navigationTab .tabListArea .tabList .tab button:focus{color:#00aad2;}
	.navigationTab .tabListArea .tabList .tab.on a,
	.navigationTab .tabListArea .tabList .tab.on button{color:#00aad2; font-family:"HyundaiMedium";}
	.navigationTab .btnRight{position:absolute; right:0; top:0px; text-decoration:none;}
	.navigationTab .btnRight.btnDown{top:27px;}
	.navigationTab .btnRight.openClose{padding-right:19px;}
	.navigationTab .btnRight.openClose:after{display:block; content:''; background:url("../images/common/btn_right_arr.png") no-repeat; width:9px; height:6px; overflow:hidden; position:absolute; right:0; top:50%; margin-top:-3px;}
	.navigationTab .btnRight.openClose.on:after{background-position:0 -6px;}

	ul.tabArea.whiteLine li { border-left: 1px solid #fff; }
	ul.tabArea.whiteLine li:first-child { border-left: 0px; }

	.tabWrap{position:relative;z-index:1}
	.tabWrap .tabArea{overflow:hidden;height:60px;display:block !important;}
	.tabWrap .tabArea .tab{display:table; float:left;height:60px;}
	.tabWrap .tabArea .tab .link{display:table-cell;padding-left:20px;padding-right:20px;height:60px;vertical-align:middle; color:#ffffff; font-size:14px; text-align:center; font-family:"HyundaiMedium"; background-color:#444444; text-decoration:none; width:100%; line-height:16px;}
	/* M-00104 NBrand Type 추가*/
	.tabWrap .tabArea .tab .link.N{color:#000000 !important;background-color:#aacae6 !important;}
	.tabWrap .tabArea .tab .link:hover,
	.tabWrap .tabArea .tab .link:focus,
	.tabWrap .tabArea .tab.on .link{background-color:#ffffff; color:#000000;}
	/* M-00104 NBrand Type 추가*/
	.tabWrap .tabArea .tab.on .link.N{background-color:#e63312 !important; color:#ffffff !important;}
	.tabWrap .tabArea .tab .link.newWin:after{content:"";overflow:hidden;display:inline-block;margin-left:10px;width:10px;height:10px;background:url("../images/common/ico_gnb_newwin2.png") no-repeat 0 -10px;font-size:0;line-height:0;}
	.tabWrap .tabArea .tab .link.newWin:hover:after{background:url("../images/common/ico_gnb_newwin2.png") no-repeat 0 0;}
	.tabWrap .tabArea .tab h2{display:table;width:100%;}
	.tabWrap .tabArea .tab h2 .link{display:table-cell;}
	.tabWrap.n2 .tab{width:560px}
	.tabWrap.n3 .tab{width:373px}
	.tabWrap.n3 .tab:first-child{width:374px;}
	.tabWrap.n4 .tab{width:25%}
	.tabWrap.n5 .tab{width:20%}
	.tabWrap.n6 .tab{width:186px}
	.tabWrap.n6 .tab:first-child{width:190px}
	.tabWrap.n7 .tab{width:160px}
	.tabWrap.n7 .tab .link{padding-left:20px;padding-right:20px;}
	.tabWrap.n8 .tab{width:12.5%}
	.tabWrap.n8 .tab .link{padding-left:20px;padding-right:20px;}
	.tabCont{padding-top:60px;}

	.naviJumpWrap{background:#e4dcd3;border-top:1px solid #fff;}	
	.naviJumpWrap .naviJump{overflow:hidden;display:table;width:1120px;height:160px;margin:0 auto;vertical-align:top;}
	.naviJumpWrap .naviJump a{text-decoration:none;}
	.naviJumpWrap .naviJump .prev,
	.naviJumpWrap .naviJump .next{position:relative;display:table-cell;height:160px;padding:0 40px;font-size:30px;line-height:40px;color:#000;font-family:"HyundaiMedium";vertical-align:middle;}
	.naviJumpWrap .naviJump .prev{text-align:left;}
	.naviJumpWrap .naviJump .prev:after{display:block;content:"";position:absolute;top:69px;left:0;width:13px;height:21px;background:url("../images/common/bg_navijump.png") no-repeat 0 0;}
	.naviJumpWrap .naviJump .next{text-align:right;}
	.naviJumpWrap .naviJump .next:after{display:block;content:"";position:absolute;top:69px;right:0;width:13px;height:21px;background:url("../images/common/bg_navijump.png") no-repeat 0 100%;}	
    
    /* M-00104 NBrand Type Add*/
    .naviJumpWrapN{background:#dceaf5;border-top:1px solid #fff;}    
    .naviJumpWrapN .naviJump{overflow:hidden;display:table;width:1120px;height:160px;margin:0 auto;vertical-align:top;}
    .naviJumpWrapN .naviJump a{text-decoration:none;}
    .naviJumpWrapN .naviJump .prev,
    .naviJumpWrapN .naviJump .next{position:relative;display:table-cell;height:160px;padding:0 40px;font-size:30px;line-height:40px;color:#000;font-family:"HyundaiMedium";vertical-align:middle;}
    .naviJumpWrapN .naviJump .prev{text-align:left;}
    .naviJumpWrapN .naviJump .prev:after{display:block;content:"";position:absolute;top:69px;left:0;width:13px;height:21px;background:url("../images/common/bg_navijump.png") no-repeat 0 0;}
    .naviJumpWrapN .naviJump .next{text-align:right;}
    .naviJumpWrapN .naviJump .next:after{display:block;content:"";position:absolute;top:69px;right:0;width:13px;height:21px;background:url("../images/common/bg_navijump.png") no-repeat 0 100%;}

	.tabWrapInner{padding-top:30px;}
	.tabStickyWrap .tabSticky ul{overflow:hidden}
	.tabStickyWrap .tabSticky ul li{float:left;margin-left:2px}
	.tabStickyWrap .tabSticky ul li:first-child{margin-left:0}
	.tabStickyWrap .tabSticky ul li a{display:block;padding:5px 20px;background:#f6f6f6;font-size:14px;font-family:"HyundaiMedium";color:#666}
	.tabStickyWrap .tabSticky ul li.on a{background:#00aad2;color:#fff}

	/*search*/
	.searchWrap{position:absolute; left:0; top:0; width:610px;z-index:10; background:#ffffff;}
	.searchWrap .searchInput{position:relative; padding-right:55px;}
	.searchWrap .searchInput .inputText{width:100%; border:0 !important;padding-right:55px; height:50px; font-size:16px !important;}
	.searchWrap .btnSearch{position:absolute; right:0px; top:0; display:block;width:55px; text-align:center;height:44px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:url("../images/common/btn_search.png") no-repeat center center; overflow:hidden; text-indent:-99999px;}
	.searchWrap .autoSearchList{border-top:1px solid #f6f3f2; background:#ffffff; display:none; text-align:left;box-shadow:0px 1px 1px rgba(0,0,0,0.2)}
	.searchWrap .autoSearchList .list .link{display:block; font-size:16px; line-height:50px; text-decoration:none;padding:0 20px;}
	.searchWrap .autoSearchList .list .link:focus,
	.searchWrap .autoSearchList .list .link:hover{background:#f6f6f6;}
	.searchWrap .autoSearchList .list .link .keyword{background:none; color:#00a1c7;}
	.searchWrap.right{left:auto; right:0}
	.searchWrap.bgLB .searchInput .inputText{background-color:#f6f3f2}

	.searchBar{position:relative;min-height:124px;z-index:20}
	.searchBar .searchWrap{top:40px;width:460px;}
	.searchBar .btnArea{position:absolute;right:0;top:55px;}
	.searchBar .btnRightArr{vertical-align:top;}
	.searchBar.phz{min-height:84px;}
	.searchBar.phz .searchWrap{top:0;}

	.searchBar .searchTab{padding-top:115px;padding-bottom:30px;}
	.searchTab ul{overflow:hidden;}
	.searchTab ul li{float:left;margin-left:40px;}
	.searchTab ul li:first-child{margin-left:0;}
	.searchTab ul li a{font-size:14px;}
	.searchTab ul li.on a{color:#00aad2;font-family:"HyundaiMedium";}

	/* M-00086*/
	.notFound .searchWrap{position:relative; left:auto; top:auto; margin:0 auto;}
	.notFound .btnWrap{margin-top:20px; padding-bottom:50px}
	.notFound.contWrap .contBox{padding-top:50px}
	.siteMap{position:relative; padding:70px 0; background:#fff; overflow:hidden;}
	.siteMap .button{position:relative; text-align:center; padding:30px 0 0 0}
	.siteMap .button a{color:#0caed4; font-family:"HyundaiMedium"; line-height:100%; position:relative; padding-right:12px; background:url(../images/common/btn_sitemap.png) right 5px no-repeat}
	.siteList{width:1120px; margin:0 auto; position:relative; overflow:hidden;}
	.siteList li{float:left; width:25%; text-align:left}
	.siteList li dl dt{font-weight:600; line-height:20px; margin-bottom:15px; font-size:18px; padding-right:20px}
	.siteList li dl dd{line-height:20px; margin-bottom:10px; padding-right:20px}
	.notFound .siteMenuList .menu{width:275px}
	.notFound .siteMenuList a.newWin:after{display:none}
	.notFound .siteMapCont{display: block; width:1120px; margin:0 auto}
	.notFound .siteMapWrap{width:1120px; padding-bottom:0; margin:0 auto; overflow:hidden}
	.notFound .siteMapList{width:25%; float:left}
	.notFound .siteMapWrap .btnOpenClose{border:0; font-size:16px; line-height:30px; padding:0}
	.notFound .siteMapWrap .btnOpenClose:after{display:none}
	.siteMapWrap .siteMapCont{display:block !important; padding:10px 0 0px !important; height:auto !important}
	/* end M-00086 */

	.helpBox{position:absolute; right:-16px; bottom:30px; font-size:12px; line-height:22px; background:#ffffff; padding:15px 20px 12px 20px;box-shadow:1px 1px 1px rgba(0,0,0,0.1);z-index:10; width:276px;}
	.helpBox strong{font-size:14px; font-family:"HyundaiMedium"; display:block; margin-bottom:6px;}
	.helpBox .btnHelpClose{position:absolute; right:10px; top:10px; display:block;width:9px; text-align:center;height:9px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:url("../images/common/tool_tip_close.png") no-repeat center center; overflow:hidden; text-indent:-99999px;}
	.helpBox:after{display:block;content:""; position:absolute; right:20px; bottom:-20px; width: 10px;height: 10px; background:#ffffff;transform: translateY(-15px) rotate(45deg);-webkit-transform: translateY(-15px) rotate(45deg);box-shadow:1px 1px 1px rgba(0,0,0,0.1);z-index:10;}

	.searchResult{height:100px;line-height:100px;font-size:20px;font-family:"HyundaiMedium";}
	.searchWord{color:#00aad2;}

	.searchNoResult{padding-bottom:100px;}
	.searchNoResult .message{margin-bottom:14px;font-size:20px;font-family:"HyundaiMedium";}
	.searchNoResult ul.txtList > li{margin-bottom:0;}

	.schImgList{margin-bottom:52px;padding:0 0 30px 0;border-bottom:1px solid #cccccc;}
	.schImgList .list{position:relative;min-height:134px;margin-bottom:30px;padding:30px 0 0 295px;}
	.schImgList .tags{padding-top:15px;}
	.schImgList .tags a{padding-right:10px;color:#002c5f;font-family:"HyundaiMedium";text-decoration:underline;}
	.schImgList .img{position:absolute;left:0;top:0;}
	.schImgList .img img{width:256px;height:134px;}

	.schTextList{margin-bottom:100px;border-bottom:1px solid #cccccc;}
	.schTextList .list{position:relative;padding:52px 0 55px;border-top:1px solid #f2f2f2;}
	.schTextList .subTit3{width:800px;padding-bottom:5px;}
	.schTextList .conArea{overflow:hidden;width:800px;max-height:52px;line-height:26px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
	.schTextList .link{width:800px;padding-top:20px;font-size:14px;line-height:1;}
	.schTextList .link a{color:#002c5f;text-decoration:underline;}
	.schTextList .link .dir{display:inline-block;position:relative;padding-right:20px;color:#666666;}
	.schTextList .link .dir:after{content:'';position:absolute;width:1px;height:10px;top:1px;right:9px;background:#e2dad4;}
	.schTextList .img{position:absolute;top:50px;right:0;}
	.schTextList .img img{width:256px;height:134px;}
	.schTextList .file{margin-top:20px;}
	.schTextList .file a{font-family:"HyundaiRegular";}
	.schTextList .list:first-child{padding-top:0;border-top:0;}
	.schTextList .list:first-child .img{top:-5px;}

	/*tableType*/
	.tableWrap{padding-top:10px;padding-bottom:100px}
	.tableWrap .tblInfo{margin-top:-33px;}
	.tableWrap .tblBtmTxt{padding-top:19px;font-size:14px;line-height:1;text-align:right;}

	.tableType{}
	.tableType table{width:100%;background:#fff;border-top:1px solid #e4dcd3 !important;border-bottom:1px solid #e4dcd3;}
	.tableType table thead th{padding:14px 20px 13px 20px;background-color:#002c5f !important;border-right:1px solid #fff;border-bottom:1px solid #fff;font-family:"HyundaiMedium";font-weight:normal;font-size:14px;line-height:24px;color:#fff;}
	.tableType table thead th span.txt{font-family:"HyundaiRegular";font-size:12px;line-height:14px;}
	.tableType table thead tr th.th{height:35px;padding:0;}
	.tableType table thead tr.ths th{height:35px;padding:0;font-family:"HyundaiRegular";}
	.tableType table tbody th{padding:13px 20px;border-top:1px solid #e4dcd3;border-right:1px solid #fff;font-family:"HyundaiMedium";font-weight:normal;font-size:14px;line-height:24px;text-align:center;}
	.tableType table tbody th.bgDB{border-top:1px solid #fff;}
	.tableType table tbody tr.ranking td{background-color:#f6f3f2 !important;color:#00aad2;}
	.tableType table tbody th.th{}
	.tableType table tbody th.ths{font-family:"HyundaiRegular";}
	.tableType table tbody td{padding:13px 20px;border-top:1px solid #e4dcd3;border-left:1px solid #e4dcd3;border-right:1px solid #e4dcd3;font-size:14px;line-height:24px;text-align:center;}
	.tableType table tbody tr:first-child th,
	.tableType table tbody tr:first-child td{border-top:0;}
	.tableType table tbody .tal1{padding-left:30px !important;padding-right:30px !important;}
	.tableType table tbody .tal2{padding-left:40px !important;padding-right:40px !important;}
	.tableType table tbody td ul li:first-child{padding-top:0;}
	.tableType table tbody td ul li{padding-top:10px;}
	.tableType table tbody .hfix{height:49px;}
	.tableType.wide table thead th{padding-left:5px;padding-right:5px;}
	.tableType.wide table tbody th{padding-left:5px;padding-right:5px;}
	.tableType.wide table tbody td{padding-left:5px;padding-right:5px;}


	.tableType.fzbig1 table thead th{ font-size:16px; line-height:1.5;}
	.tableType.fzbig1 table tbody th{ font-size:16px; line-height:1.5;}
	.tableType.fzbig1 table tbody td{ font-size:16px; line-height:1.5;}

	.tableType.fzbig2 table thead th{ font-size:18px; line-height:1.5;}
	.tableType.fzbig2 table tbody th{ font-size:18px; line-height:1.5;}
	.tableType.fzbig2 table tbody td{ font-size:18px; line-height:1.5;}

	.tableType.fzbig3 table thead th{ font-size:22px; line-height:1.5;}
	.tableType.fzbig3 table tbody th{ font-size:22px; line-height:1.5;}
	.tableType.fzbig3 table tbody td{ font-size:22px; line-height:1.5;}


	/*bottomSlideMenu*/
	.bottomSlideMenu{padding-bottom:1px;}
	.bottomSlideMenu .gridArea{overflow:hidden; margin-bottom:-1px; position:relative;}
	.bottomSlideMenu .gridArea:after{display:block; content:''; position:absolute; left:50%;top:-1px; width:20px; height:1px;margin-left:-10px; background:#e4dcd3;z-index:1}
	.bottomSlideMenu .gridArea .grid{width:550px;border-top:1px solid #000;border-bottom:1px solid #000;}
	.bottomSlideMenu .gridArea .grid .btnOpenClose{font-size:20px; font-family:"HyundaiMedium"; line-height:100px;padding:0 20px; position:relative; width:100%; text-align:left;}
	.bottomSlideMenu .gridArea .grid .btnOpenClose:after{display:block; content:''; position:absolute; right:20px;top:50%;width: 0;height: 0;border-style: solid;border-width: 6px 5px 0 5px;border-color: #000000 transparent transparent transparent;}
	.bottomSlideMenu .gridArea .grid .btnOpenClose.on:after{border-width: 0 5px 6px 5px;border-color: transparent transparent #000000 transparent;}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea{padding:0 20px; font-size:14px; display:none;}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .slink{display:block;line-height:1; margin-bottom:40px; font-size:14px; font-family:"HyundaiMedium";}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .stit{line-height:1; margin-bottom:28px; font-family:"HyundaiMedium";}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .stit{line-height:1; margin-bottom:28px; font-family:"HyundaiMedium";}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .bottomSubMenu{margin-bottom:40px;}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .bottomSubMenu .link{color:#666666;}
	.bottomSlideMenu.n3 .gridArea .grid{width:360px;margin-left:20px !important;}
	.bottomSlideMenu.n3 .gridArea .grid:nth-of-type(3n+1){margin-left:0 !important;}

	.voteMenu{padding-bottom:100px;}
	.voteMenu .voteMenuSlide{margin:0 auto; width:1120px; overflow:hidden; position:relative;}
	.voteMenu .slideArea.swiper-wrapper .swiper-slide{margin:0; float:left;}
	.voteMenu .txtArea .subTit4{overflow:hidden;padding-top:25px;line-height: 24px;max-height:48px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;}
	.voteMenu .btn_prev{top:63px;}
	.voteMenu .btn_next{top:63px;}
	.voteMenu .imgArea img{width:256px;height:169px;}
	.voteMenu a:hover .view{text-decoration:underline;}
	.voteMenu .swiper-pagination{position:relative;margin-top:35px;top:auto;left:auto;right:auto;bottom:auto;}

	.listViewType{margin-top:5px;font-size:0;}
	.listViewType button{display:inline-block;width:20px; height:20px;margin-left:15px;font-size:0;vertical-align:top;background:url("../images/common/btn_view_type.png") no-repeat;}
	.listViewType button.grid{background-position:top left;}
	.listViewType button.list{background-position:top right;}
	.listViewType button.on.grid{background-position:0 -20px;}
	.listViewType button.on.list{background-position:100% -20px;}

	.machFilterArea{background:#f6f3f2;width:100%;padding:60px 0 40px 0;display:none;position:relative;}
	.machFilterArea .filterItemList{margin:0 auto;width:1120px;}
	.machFilterArea .filterItem{float:left; width:320px;  min-height:162px;margin-left:80px; padding-bottom:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.machFilterArea .filterItem .titleArea{line-height:1; position:relative; height:18px; margin-bottom:17px;}
	.machFilterArea .filterItem .titleArea .tit{font-size:16px; font-family:"HyundaiMedium";}
	.machFilterArea .filterItem .titleArea .btnHelp{position:absolute; right:0; top:0;}
	.machFilterArea .filterItem .titleArea .helpBox{position:absolute; right:-16px; bottom:30px; display:none;}
	.machFilterArea .filterItem .filterList{overflow:hidden;}
	.machFilterArea .filterItem .filterList li{float:left; line-height:1; margin-bottom:16px; width:99px; font-family:"HyundaiMedium";}
	.machFilterArea .filterItem .filterList li:nth-child(3n+1){width:117px;}
	.machFilterArea .filterItem .filterList li:nth-child(3n+2){width:90px;}
	.machFilterArea .filterItem .filterList li:nth-child(3n+3){width:93px;}
	.machFilterArea .filterItem .filterList.n2 li{width:50%;}
	.machFilterArea .filterItem .filterList.n6 li{width:16.6%;}
	.machFilterArea .filterItem .from{float:left; font-size:14px; font-family:"HyundaiMedium";line-height:1;margin:18px 0 0 0; overflow:hidden;}
	.machFilterArea .filterItem .from .labelTit{float:left; line-height:34px; margin-right:10px;}
	.machFilterArea .filterItem .from .labelTit .inputNumber{float:left;}
	.machFilterArea .filterItem .to{float:right; text-align:right; font-size:14px; font-family:"HyundaiMedium"; line-height:1;margin:18px 0 0 0; overflow:hidden;}
	.machFilterArea .filterItem .to .labelTit{float:right; line-height:34px; margin-left:10px;}
	.machFilterArea .filterItem .to .labelTit .inputNumber{float:left;}
	.machFilterArea .filterItem .inputNumber{line-height:30px; height:34px !important; width:66px !important;padding:0 !important; text-align:center;border:0 !important;}
	.machFilterArea .btnArea{overflow:hidden;width:1120px;margin:0 auto;}
	.machFilterArea .btnArea .reset{float:left; min-width:112px;font-size:16px;font-family:"HyundaiRegular";}
	.machFilterArea .btnArea .search{float:right;min-width:112px;font-size:16px;font-family:"HyundaiRegular";}
	.machFilterArea .btnMachFilterCloseArea{display:none;}
	.machFilterArea.line{padding:0 0 40px 0;}
	.machFilterArea.line .filterItemList{border-top:1px solid #e9e7e7;}
	.machFilterArea.line .filterItemList .filterItem{margin-left:0; padding:40px 60px; border-left:1px solid #e9e7e7;}
	.machFilterArea.line .filterItemList .filterItem:first-child{border-left:none;}
	.machFilterArea.line .btnArea{padding:0 40px;}
	.filterItemList.full .filterItem{float:none; width:100%;}


	/*button*/
	a.btn, button.btn, span.btn{display:inline-block;min-width:140px;padding:0 30px;font-size:16px;line-height:36px;text-align:center;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#002c5f;color:#fff;}
	a.btn.big,
	button.btn.big, span.btn.big{font-size:18px;line-height:46px;padding:0 30px;}
	a.btn.gray,
	button.btn.gray{background:#777673;}
	span.btn.disabled, button.btn:disabled{background:#cecdca;}

	.btnRightArr{display:inline-block;padding-right:19px; line-height:1;}
	.btnRightArr:after{display:block; content:''; background:url("../images/common/btn_right_arr.png") no-repeat; width:9px; height:6px; overflow:hidden; position:absolute; right:0; top:50%; margin-top:-3px;}
	.btnRightArr.on:after{background-position:0 -6px;}

	.btnRightArr.blue{color:#002c5f; font-size:16px; font-family:"HyundaiMedium";}
	.btnRightArr.blue:after{display:block; content:''; background:url("../images/common/btn_right_blue_arr.png") no-repeat; width:9px; height:6px; overflow:hidden; position:absolute; right:0; top:50%; margin-top:-3px;}
	.btnRightArr.blue.on:after{background-position:0 -6px;}

	.btnHelp{background:url("../images/common/btn_help.png") no-repeat; width:18px; height:18px; -webkit-background-size:18px auto; background-size:18px auto; overflow:hidden; text-indent:-9999px;}
	.btnHelp:hover,
	.btnHelp:focus{background-position:0 -18px;}
	.btnHelp.on{background-position:0 -18px;}

	.btnDown{display:inline-block;padding-left:23px;background:url("../images/common/btn_download.png") no-repeat left top;vertical-align:top;text-decoration:none;font-size:14px;line-height:1;font-family:"HyundaiMedium"}
	table tbody td .btnDown{vertical-align:middle;}

	.pdfDown{display:inline-block;padding-left:23px;background:url("../images/common/btn_pdfDown.png") no-repeat top left;text-decoration:none;font-size:14px;line-height:16px;font-family:"HyundaiMedium";color:#000;}

	.movieContent{ position:relative; display:inline-block;}
	.movieContent iframe, 	.movieContent object, .movieContent embed, .movieContent video{position:absolute;z-index:99;width:100%;height:100%; left:0; top:0;}
	.videoBox{display:block;position:relative;z-index:1;}
	.videoBox iframe, 	.videoBox object, .videoBox embed{position:relative;z-index:100;width:1120px;height:600px}
	.videoBox:before{display:block;content:"";position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;width:60px;height:60px;background:url("../images/common/btn_video.png") no-repeat top left;z-index:10;line-height:0;text-indent:-999px;}
	.videoBox:after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0.6;}

	.learnMore{position:relative;font-family:"HyundaiMedium";font-size:18px;line-height:26px;color:#002c5e;}/* blue */
	.learnMore:hover,
	.learnMore:focus{text-decoration:underline;color:#002c5e;}
	.learnMore:after{content:""; display:inline-block; margin-left:10px; width:7px; height:12px;background:url("../images/common/learn_more_arr.png") no-repeat 0 0;}

	.learnMoreW{position:relative;font-family:"HyundaiMedium";font-size:18px;line-height:26px;color:#ffffff;}/* white */
	.learnMoreW:hover,
	.learnMoreW:focus{text-decoration:underline;color:#ffffff;}
	.learnMoreW:after{content:""; display:inline-block; margin-left:10px; width:7px; height:12px;background:url("../images/common/learn_more_w_arr.png") no-repeat 0 0;}

	.newWindows{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:18px;line-height:26px;color:#002c5e;}/* blue */
	.newWindows:hover,
	.newWindows:focus{text-decoration:underline;color:#002c5e;}
	.newWindows:after{content:""; display:inline-block; margin-left:10px; width:13px; height:13px;background:url("../images/common/ico_new_windows_mo.png") no-repeat 0 0;background-size:13px 13px;-webkit-background-size:13px 13px;}

	.newWindowsW{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:18px;line-height:26px;color:#ffffff;}/* white */
	.newWindowsW:hover,
	.newWindowsW:focus{text-decoration:underline;color:#ffffff;}
	.newWindowsW:after{content:""; display:inline-block; margin-left:10px; width:13px; height:13px;background:url("../images/common/ico_new_w_windows.png") no-repeat 0 0;}

	.linkSns{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:20px;color:#ffffff;line-height:28px}
	.linkSns:hover,
	.linkSns:focus{text-decoration:underline;color:#ffffff;}
	.linkSns:before{content:""; display:inline-block;margin-top:-3px;margin-right:10px; width:30px; height:30px;background:url("../images/common/ico_link_sns.png") no-repeat 0 0;vertical-align:top;}

	.linkWebsite{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:20px;color:#ffffff;line-height:28px}
	.linkWebsite:hover,
	.linkWebsite:focus{text-decoration:underline;color:#ffffff;}
	.linkWebsite:before{content:""; display:inline-block; margin-right:8px; width:25px; height:25px;background:url("../images/common/ico_website.png") no-repeat 0 0;vertical-align:top;}

	/*paging*/
	.paging{position:relative;z-index:1;display:table;width:100%;margin-top:-20px;padding-bottom:100px; font-size:0; line-height:16px; text-align:center;}
	.paging .btnPaging{display:inline-block; background:url("../images/common/btn_paging.png") no-repeat; text-indent:-9999px; height:11px;margin:0 8px; vertical-align:middle; margin-top:-1px; -webkit-background-size:auto 22px; background-size:auto 22px;}
	.paging .btnPaging.btnFirst{width:13px; background-position:0 -11px;}
	.paging .btnPaging.btnPrev{width:7px; background-position:-32px -11px;}
	.paging .btnPaging.btnNext{width:7px; background-position:-38px -11px;}
	.paging .btnPaging.btnLast{width:13px; background-position:right -11px;}
	.paging .btnPaging.btnFirst.disabled{width:13px; background-position:0 0;cursor:default;}
	.paging .btnPaging.btnPrev.disabled{width:7px; background-position:-32px 0;cursor:default;}
	.paging .btnPaging.btnNext.disabled{width:7px; background-position:-38px 0;cursor:default;}
	.paging .btnPaging.btnLast.disabled{width:13px; background-position:right 0;cursor:default;}
	.paging .number{display:inline-block;padding:0 32px; overflow:hidden; vertical-align:top;}
	.paging .number button{float:left; font-family:"HyundaiMedium"; font-size:16px;margin:0 9px;}
	.paging .number button:hover,
	.paging .number button:focus{color:#00aad2}
	.paging .number button.on{color:#00aad2; text-decoration:underline;}

	/* Contact us */
	.brdWriteWrap .btnWrap{margin-top:60px;padding-bottom:100px}
	.brdWriteWrap .conArea{margin-bottom:20px;}
	.brdWriteWrap .conArea p{margin-top:12px}
	.brdWriteWrap .conArea p:first-child{margin-top:0}
	.brdWriteWrap .conArea h2{font-size:30px}
	.brdWriteWrap .conArea .stxt{font-size:20px;margin-top:17px;padding-bottom:12px}
	.brdWriteWrap .subscribe{margin-bottom:20px;font-family:"HyundaiMedium";}
	.brdWriteWrap .subscribe label{margin-right:15px;font-size:16px !important;}
	.brdWriteWrap .reqBox{padding-bottom:15px;text-align:right;font-size:14px;line-height:16px;}
	.brdWriteWrap .req{display:inline-block;width:6px;height:5px;margin:-10px 5px 0 0;background:url("../images/common/bul_req.png") no-repeat top left;background-size:6px auto;line-height:0;font-size:0;vertical-align:middle;}
	.brdWriteWrap .brdWrite{display:table;width:100%;border-top:1px solid #e4dcd3;padding-top:40px}
	.brdWriteWrap .brdWrite .formList{display:table;width:100%;padding:20px 0 0 0;}
	.brdWriteWrap .brdWrite .formList:first-child{padding-top:0;}
	.brdWriteWrap .brdWrite .scrollCon{ font-size:14px; line-height:20px;border:1px solid #e4dcd3; height:300px; overflow:auto;padding:20px;}
	.brdWriteWrap .brdWrite .scrollCon strong{ font-size:20px; font-family:"HyundaiMedium";}
	.brdWriteWrap .brdWrite dt{display:table-cell;width:220px;vertical-align:middle;}
	.brdWriteWrap .brdWrite dd{display:table-cell;width:900px;line-height:0;font-size:0}
	.brdWriteWrap .brdWrite dt label{position:relative;padding-right:7px;font-family:"HyundaiMedium";}
	.brdWriteWrap .brdWrite dt label .req{position:absolute;right:0;bottom:2px;margin:0 0 11px 0;}
	.brdWriteWrap .brdWrite dt span{font-family:"HyundaiMedium";line-height:1;display:block;color:#111;margin-top:5px}
	.brdWriteWrap .brdWrite dd span{display:inline-block;font-size:14px;width:100%;margin-left:10px;vertical-align:middle;line-height:1;}
	.brdWriteWrap .brdWrite dd span:first-child{margin-left:0}
	.brdWriteWrap .brdWrite dd .boxWrap{width:624px;display:inline-block;font-size:0}
	.brdWriteWrap .brdWrite dd .space{width:15px;margin:0 0 0 10px;color:#111}
	.brdWriteWrap .brdWrite dd .email{width:200px}
	.brdWriteWrap .brdWrite dd .email02{width:294px}
	.brdWriteWrap .brdWrite dd .btnWrap{width:179px;margin-top:0;padding-bottom:0}
	.brdWriteWrap .brdWrite dd .btnWrap .btn{padding:0 22px;}
	.brdWriteWrap .brdWrite dd .half{width:307px}
	.brdWriteWrap .brdWrite dd input.txt{width:100%;height:50px !important;border:1px solid #e4dcd3 !important;line-height:30px !important}
	.brdWriteWrap .brdWrite dd.type02 ::-webkit-input-placeholder{color:#fff; }
	.brdWriteWrap .brdWrite dd.type02 ::-moz-placeholder{color:#fff; }
	.brdWriteWrap .brdWrite dd.type02 :-ms-input-placeholder{color:#fff; }
	.brdWriteWrap .brdWrite dd.type02 input:-moz-placeholder{color:#fff; }
	.brdWriteWrap .brdWrite dd textarea.txt{width:100%;height:150px !important;border:1px solid #e4dcd3 !important;font-size:14px !important;line-height:30px !important}
	.brdWriteWrap .brdWrite dd select{height:50px !important;background-color:#f6f3f2 !important;box-shadow:none !important;color:#b6b4b3 !important}
	.brdWriteWrap .brdWrite dd input.txt:disabled,
	.brdWriteWrap .brdWrite dd textarea.txt:disabled{color:#000 !important; font-family:'HyundaiMedium' !important}
	.brdWriteWrap .brdWrite dd .formCheckTxt{margin-top:20px;}
	.brdWriteWrap.complete .brdWrite .formList dd{border:1px solid #e4dcd3;font-size:14px;line-height:30px;padding:9px 20px}
	.brdWriteWrap.complete .brdWrite .formList .textarea{height:150px}
	.brdWriteWrap .brdWrite dd ::-webkit-input-placeholder {color:#00aad2;}
	.brdWriteWrap .brdWrite dd ::-moz-placeholder {color:#00aad2;}
	.brdWriteWrap .brdWrite dd :-ms-input-placeholder {color:#00aad2;}
	.brdWriteWrap .brdWrite dd :-moz-placeholder {color:#00aad2;}
	.brdWriteWrap .tableWrap{padding:0;}

	/* IR Map */
	.irMapWrap{padding:0 0 100px 0;margin-top:-17px}
	.irMapWrap .grid:first-child{margin-left:0;}
	.irMapWrap .grid .subTit4{display:block !important;margin-bottom:22px}
	.irMapWrap .grid .subTit4 a{text-decoration:none;}
	.irMapWrap .grid .subTit4 a:hover,
	.irMapWrap .grid .subTit4 a:focus,
	.irMapWrap .grid .subTit4.on a{color:#00aad2;text-decoration:none;}
	.irMapWrap .grid .subTit5{display:block !important;font-size:14px;line-height:34px;font-family:"HyundaiMedium";margin-top:5px}
	.irMapWrap .grid .subTit5.on{color:#00aad2;text-decoration:underline}
	.irMapWrap .grid .subTit5 a{text-decoration:underline;}
	.irMapWrap .grid .subTit5 a:hover,
	.irMapWrap .grid .subTit5 a:focus,
	.irMapWrap .grid .subTit5.on a{color:#00aad2;}
	.irMapWrap .irMapList{display:block !important;padding-bottom:5px}
	.irMapWrap .irMapList li{line-height:24px}
	.irMapWrap .irMapList li a{font-size:14px;color:#767676;text-decoration:underline;}
	.irMapWrap .irMapList li a:hover,
	.irMapWrap .irMapList li a:focus,
	.irMapWrap .irMapList li.on a{color:#00aad2;font-family:"HyundaiMedium";}

	/* Report */
	.reportWrap{padding-bottom:68px;}
	.reportWrap .gridWrap{margin-bottom:60px;}
	.reportWrap .grid{position:relative;background:#fff;min-height:140px;margin-bottom:32px;padding:22px 30px 16px;}
	.reportWrap .grid .subTit3{margin-top:-8px;}
	.reportWrap .grid .btmTool{margin-top:37px;font-size:0}
	.reportWrap .btnWrap{padding-bottom:40px}
	.reportWrap .info{font-size:14px;}
	.reportWrap .info .no{font-family:"HyundaiMedium";}
	.reportWrap .info .date{margin-left:7px;}
	.reportWrap .info .date:before{content:'';display:inline-block;width:1px;height:10px;background:#d4d4d4;margin-right:10px;vertical-align:0;}
	.reportWrap .n3 .grid{padding:40px 50px;}
	.reportWrap .n3 .grid:nth-child(3n+1) {margin-left:0;}
	.reportWrap .n3 .grid .btmTool {margin-top:55px;}
	.reportWrap .n4 .grid:nth-child(4n+1) {margin-left:0;}
	.bgW .reportWrap .grid{background-color:#f6f3f2;}
	.reportWrap#investor_news_thumbn .grid{min-height:271px;}
	.reportWrap#investor_news_thumbn .grid .subTit{overflow:hidden;height:80px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}


	.reportInfo{position:relative;height:45px;}
	.reportInfo .subTit3{line-height:1;}
	.reportInfo select{position:absolute;width:200px !important;top:-20px;right:0;box-shadow:none !important;}
	.reportInfo .btnOnly{text-align:right;}

	/* layerPop */
	.layerPop{display:none;position:fixed;left:0;right:0;top:0;bottom:0;z-index:99999}
	.layerPop .dim{position:fixed;left:0;right:0;top:0;bottom:0;background:url("../images/common/popup-bg.png") repeat left top;}
	.layerPop .layerPopArea{position:relative;width:700px;margin:0 auto;top:120px;padding-bottom:100px} /* 기본이 700px */
	.layerPop .layerPopArea.w550{width:550px}
	.layerPop .layerPopArea .btnLayerClose{display:block;position:absolute;top:30px;right:30px;text-indent:-9999px;width:16px;height:16px;background:url("../images/common/btn_layer_close.png") no-repeat}

	.layerPop .popCont{padding:60px;background:#fff;text-align:center;}
	.layerPop .popCont .headTit{display:block;padding:15px 0;text-align:center;font-size:24px;line-height:30px;}
	.layerPop .popCont .titMsg{display:block;margin:10px 0 40px 0;font-size:20px;}
	.layerPop .popCont .titMsg a{display:block;color:#002c5f;text-decoration:underline;}
	.layerPop .popCont .icoNoti{display:block;text-indent:-9999px;width:45px;height:45px;background:url("../images/common/ico_noti.png") no-repeat;margin:0 auto}
	.layerPop .popCont .icoNoti1{display:block;text-indent:-9999px;width:45px;height:45px;background:url("../images/common/ico_noti_1.png") no-repeat;margin:0 auto}
	.layerPop .popCont .message{margin:40px 0 20px 0;color:#000;}
	.layerPop .popCont .message.bold{font-family:'HyundaiMedium'}
	.layerPop .popCont .message.wrong{color:#00aad2}
	.layerPop .popCont .conArea{text-align:left;}
	.layerPop .popCont .inputWrap{width:100%}
	.layerPop .popCont .inputWrap input.txt{width:100%;height:50px !important;border:1px solid #e4dcd3 !important}
	.layerPop .popCont .etc{margin-top:40px;padding-top:40px;border-top:1px solid #e4dcd3;}
	.layerPop .popCont .etc .message{margin-top:0;}
	.layerPop .popCont .btnWrap{margin-top:30px;padding-bottom:0;}

	.layerPop .shareList{display:table;width:100%;text-align:center;font-size:0;margin:30px 0 20px 0;}
	.layerPop .shareList li{display:inline-block;vertical-align:middle;margin:0 0 0 48px}
	.layerPop .shareList li:first-child{margin-left:0}
	.layerPop .shareList li a{display:block;width:60px;height:43px;text-indent:-9999px;}
	.layerPop .shareList li a:hover,
	.layerPop .shareList li a:focus{background-position:0 -43px !important}
	.layerPop .shareList li.btnFacebook a{background:url("../images/common/sns_share_layer_facebook.png") no-repeat}
	.layerPop .shareList li.btnGoogle a{background:url("../images/common/sns_share_layer_google.png") no-repeat}
	.layerPop .shareList li.btnTwitter a{background:url("../images/common/sns_share_layer_twitter.png") no-repeat}
	.layerPop .shareList li.btnPinterest a{background:url("../images/common/sns_share_layer_pinterest.png") no-repeat}

	.layerPop .pdfList{display:table;width:100%;text-align:center;font-size:0;margin-top:35px;}
	.layerPop .pdfList li{display:inline-block;vertical-align:middle;margin:0 27px 8px 27px}
	.layerPop .pdfList li:first-child{margin-left:0}
	.layerPop .pdfList li:last-child{margin-right:0}
	.layerPop .pdfList li .btnDown{font-size:20px;padding-left:0;padding-right:23px;background-position:right 2px}
	.layerPop .pdfList li .btnDown:hover, .layerPop .pdfList li .btnDown:focus, .layerPop .pdfList li .btnDown:active{text-decoration:none;color:#002c5e;background-image:url("../images/common/btn_pdfDown_blue.png")}

	.depList > .listItem{position:relative;padding-left:12px;}
	.numList > .listItem{position:relative;margin-bottom:40px;padding-left:18px;}
	.numList02{margin-bottom:-15px;}
	.numList02 > .listItem{position:relative;margin-bottom:15px;padding-left:21px;}
	.depWordList > .listItem{position:relative;padding-left:19px;}
	.depList .blIcon,
	.depWordList .blIcon,
	.numList  .blIcon,
	.numList02  .blIcon{position:absolute;left:0;top:0;padding-right:5px;}

	.noticeList{margin-top:23px;}
	.noticeList li{margin-top:14px;padding-left:21px;line-height:20px;background:url("../images/common/ico_notice_grey.png") no-repeat left 2px;color:#666666;font-size:14px; text-align:left;}

	ul.txtList{margin-bottom:-8px;}
	ul.txtList > li{margin-bottom:8px; padding-left:12px; background:url("../images/common/bul_txtlist.gif") no-repeat 0 12px;}

	.txtDesc{font-size:14px;}
	.programWrap{padding-bottom:100px;}
	.programWrap .program{}/* 추후수정예정 */

	/* calendar */
	.calendarWrap{position:relative;width:1120px;padding-bottom:100px}
	.calendarWrap .calendarControl{position:relative;text-align:center;margin-bottom:51px;font-size:0;display:table;width:100%;z-index:30}
	.calendarWrap .calendarControl a:hover,
	.calendarWrap .calendarControl a:focus{text-decoration:none}
	.calendarWrap .calendarControl .topTit{display:inline-block;line-height:1}
	.calendarWrap .calendarControl .date{position:relative;display:inline-block;vertical-align:top;font-size:44px;font-family:"HyundaiMedium";line-height:1;padding-right:23px;margin:0 30px 0 40px}
	.calendarWrap .calendarControl .date:after{display:block;content:"";width:13px;height:8px;background:url("../images/common/bg_calendar.png") no-repeat;position:absolute;top:50%;right:0;margin-top:-4px}
	.calendarWrap .calendarControl .btnPrev{display:inline-block;vertical-align:top;text-indent:-9999px;width:12px;height:20px;background:url("../images/common/bg_calendar.png") no-repeat 0 -34px;margin-top:10px}
	.calendarWrap .calendarControl .btnNext{display:inline-block;vertical-align:top;text-indent:-9999px;width:12px;height:20px;background:url("../images/common/bg_calendar.png") no-repeat 0 -11px;margin-top:10px}
	.calendarWrap .calendarControl .calOption{display:none;position:absolute;z-index:2;top:60px;left:0;right:0;margin:0 auto;font-size:16px;background:#fff;width:500px;height:425px;border:1px solid #000}
	.calendarWrap .calendarControl .calOption .grid{position:relative;text-align:left;padding:25px 0 25px 30px}
	/*.calendarWrap .calendarControl .calOption .grid:after{display:block;content:'';width:230px;height:30px;background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(255,255,255,255));position:absolute;left:0;bottom:25px}*/
	.calendarWrap .calendarControl .calOption .grid .subTit3{display:block;margin-bottom:13px}
	.calendarWrap .calendarControl .calOption .grid:first-child{border-right:1px solid #e4dcd3}
	.calendarWrap .calendarControl .calOption .grid .calRoll{overflow-y:auto;height:355px;}
	.calendarWrap .calendarControl .calOption .grid .calRoll .on button{color:#00aad2;text-decoration:underline}
	.calendarWrap .calendarControl .calOption .btnOptionClose{position:absolute;top:30px;right:30px;height:16px;overflow:hidden}
	.calendarWrap .calendarControl .calOption .btnOptionClose img{width:16px}
	.calendarWrap .calToday{position:absolute;top:60px;right:0;font-family:"HyundaiMedium";text-decoration:underline;}
	.calendarWrap .calHead{overflow:hidden}
	.calendarWrap .calHead ul li{float:left;width:160px;background-color:#002c5f !important;text-align:center;color:#fff;font-family:"HyundaiMedium";padding:18px 0}
	.calendarWrap .calBody{background:#fff}
	.calendarWrap .calBodyArea{position:relative;z-index:1transition: height 0.3s;overflow:hidden;height:120px}
	.calendarWrap .calBodyArea > li{float:left;width:160px;height:120px !important;border-right:1px solid #e4dcd3;border-bottom:1px solid #e4dcd3;padding:15px 20px;background:#fff}
	.calendarWrap .calBodyArea > li:first-child{border-left:1px solid #e4dcd3}
	.calendarWrap .calBodyArea > li.on{background:#f6f3f2;border-bottom:none}
	.calendarWrap .calBodyArea > li .btnCalMore{display:block;width:100%;padding-bottom:50px;text-align:left}
	.calendarWrap .calBodyArea > li .btnCalMore .work{display:inline-block;width:11px;height:11px;background:#00aad2;border-radius:50%;margin-left:5px}
	.calendarWrap .calBodyArea > li.today{background:#f6f3f2;font-family:"HyundaiMedium"}
	.calendarWrap .calBodyArea > li.today .btnCalMore{font-family:"HyundaiMedium"}
	.calendarWrap .calBodyArea > li .btnCalMore + .txtToday{margin-top:-50px;}
	.calendarWrap .calBodyArea > li .txtToday{display:block;font-size:16px;font-family:"HyundaiMedium"}
	.calendarWrap .calBodyArea > li .calMoreContent{display:none;position:absolute;z-index:30;top:120px !important;left:0;right:0;background:#f6f3f2;padding:0 60px 41px 60px}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner{overflow:hidden;position:relative;padding:51px 0 51px;border-top:1px solid #e4dcd3;}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner:first-child{border-top:0}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner .titBox{float:left;width:410px;}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner .date{display:block;font-size:14px;font-family:"HyundaiRegular";color:#666}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner h3{margin:12px 0 19px}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner .conArea{float:right;width:500px;padding-top:40px;line-height:28px;font-family:"HyundaiRegular"}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner .pdfDown{position:absolute;top:51px;right:0;}
	.calendarWrap .calBodyArea > li .calMoreContent .btnMoreClose{position:absolute;top:17px;right:17px;height:10px;overflow:hidden}
	.calendarWrap .calBodyArea > li .calMoreContent .btnMoreClose img{width:10px}

	.fifaWorldCup .imgArea{text-align:center;}
	.fifaWorldCup .imgArea img{width:128px;height:128px;}

	.countryListWrap{padding:0 0 0 95px;}
	.countryListWrap .gridWrap{padding-bottom:87px;}
	.countryListWrap .n3 .grid{width:341px;margin-left:0;margin-top:45px;padding-right:10px;font-size:14px;}
	.countryListWrap .n3 .grid img{width:26px; height:18px;}
	.countryListWrap .n3 .grid .txtCountry{padding-left:7px;}
	.countryListWrap .n3 .grid a:hover,
	.countryListWrap .n3 .grid a:focus{text-decoration:none}

	.txtNote{margin-top:5px;font-size:14px;}
	.txtNote .note{margin:9px 2px 0 0;}
	.note{overflow:hidden;position:relative;display:inline-block;width:10px;height:8px;margin:4px 2px 0 0;font-size: 0;line-height:4;vertical-align:top;}
	.note:before{content:'*';display:block;width:8px;height:8px;font-size:14px;line-height:1;color:#000;}

	.noteList{margin-top:10px;font-size:14px;}
	.noteList .tit{display:block;font-family:"HyundaiMedium";}
	.noteList ul li{position:relative;padding-left:15px;line-height:20px;}
	.noteList ul li .blIcon{position:absolute;left:0;top:0;padding-right:5px;}

	.zoomLayerCont{padding-bottom:100px;}
	.zoomLayerCont img{width:1120px;}
}


/* mobile size */
@media screen and (min-width:0) and (max-width:740px){

	/*common*/
	.btnWrap{margin-top:-20px;padding-bottom:60px;line-height:1;}
	.btnWrap .btn{margin-top:10px}
	.btnWrap .btn:first-child{margin-top:0;}
	.contBox.full > .button .btnWrap{padding-left:15px;padding-right:15px;} 
	img.flag{width:26px;height:18px;box-shadow:1px 1px 3px rgba(148,148,148,0.8);vertical-align:middle;}

	/*title*/
	.topTit{font-size:27px;line-height:32px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 대타이틀1 */
	.subTit{font-size:19px;line-height:24px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀1 */
	.subTit2{font-size:17px;line-height:22px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀2 */
	.subTit3{font-size:16px;line-height:21px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀3 */
	.subTit4{font-size:14px;line-height:19px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀4 */
	.subTit5{font-size:12px;line-height:16px;color:#000;font-family:"HyundaiMedium";font-weight:normal;}/* 중타이틀5 */

	.titArea{clear:both;padding:0 0 32px 0;text-align:center;}
	.titArea .topTit{margin-top:-6px;}
	.titArea .topTxt{margin-top:12px;margin-bottom:2px;font-size:14px;line-height:21px;font-family:"HyundaiMedium";}/* head 본문 */
	.titArea .subTit{margin:-4px 0 -14px 0;}
	.titArea .topTit + .subTit{margin-top:28px;}
	.titArea .subTit + .topTxt{margin-top:27px;margin-bottom:-13px;}
	.titArea .img{display:block;margin:4px 0 7px 0;font-size:0;line-height:0;}
	.titArea .img img{width:auto;}
	.grid .titArea{padding-left:0;padding-right:0;}

	.titArea.bgBl{padding:22px 20px 18px 20px;}
	.titArea.bgBl .topTit{color:#fff;}
	.titArea.bgBl .subTit{margin:0 !important;color:#fff;}
	.titArea.bgBl .topTxt{margin-top:3px;margin-bottom:1px;color:#fff;}

	.titArea.brd{text-align:left;}
	.titArea.brd .subTit{margin:-24px 0 1px 0;}

	.conArea{color:#000;font-size:14px;line-height:21px;text-align:left;}/* text 본문1 */
	.conAreas{color:#000;font-size:12px;line-height:19px;}/* text 본문2 */
			
	.custom_title { font-size:36px; line-height:36px; font-family: 'HyundaiBold'; color:#000;}			/*PDN_title*/
	.custom_title span { color:#e63312; }																/*PDN_title*/
	
	/*grid*/
	.n1 .grid,
	.n2 .grid,
	.n3 .grid,
	.n4 .grid,
	.n6 .grid,
	.n8 .grid,
	.n16 .grid{float:none;width:100%;}

	.gridWrap a.btn{width:100%;}
	.grid.phz,
	.gridRow.phz,
	.imgOnly .grid,
	.imgOnly .gridRow{margin-bottom:0 !important;padding-bottom:0 !important;}

	.imgView1{text-align:center;}
	.imgView1 .grid{margin-bottom:60px;}
	.imgView1 .subTit{margin:0 0 15px 0;}
	.imgView1 .txtArea{padding:26px 20px 0 20px;}
	.imgView1 .txtArea .subTit{margin:0 0 9px 0;}
	.imgView1 .txtArea .subTit3{margin:0 0 15px 0;}
	.imgView1 .txtArea .conArea{margin-bottom:-4px;}
	.imgView1 .btnWrap{margin:36px 0 0 0;padding-bottom:0;}

	.imgView1.full .btn_prev{display:none}
	.imgView1.full .btn_next{display:none}
	.imgView1.full .grid{margin-bottom:0}
	.imgView1.full .txtArea{margin-bottom:60px}
	.imgView1.full .swiper-pagination{margin-top:10px}

	.imgView2{text-align:left;}
	.imgView2 .grid{margin-bottom:60px;}
	.imgView2 .txtArea{padding:15px 15px 0 15px;}
	.imgView2 .txtArea .subTit{margin:15px 0;}
	.imgView2 .txtArea .subTit2{margin:15px 0 10px 0;}
	.imgView2 .txtArea .conArea{}
	.imgView2 .txtArea .btnWrap{margin:30px 0 0 0;padding-bottom:0;text-align:left;}
	.imgView2 .noticeList{margin-top:12px;}

	.imgView2.gridGap{padding-bottom:25px;}
	.imgView2.gridGap .grid{margin-bottom:35px;}

	.imgViewFull{text-align:left;}/* n2 */
	.imgViewFull .grid{margin-bottom:60px;}
	.imgViewFull .txtArea{padding:26px 35px 0 35px;}
	.imgViewFull .txtArea .subTit{margin:0 0 9px 0;}
	.imgViewFull .txtArea .subTit2{margin:0 0 9px 0;}
	.imgViewFull .txtArea .subTit3{margin:0 0 11px 0;}
	.imgViewFull .txtArea .subTit4{margin:0 0 13px 0;}
	.imgViewFull .txtArea .conArea{margin-bottom:-4px;}
	.imgViewFull .btnWrap{margin:33px 0 0 0;padding-bottom:0; text-align:left;}

	.bnrFull{text-align:left;}/* n2 */
	.bnrFull .gridRow{overflow:hidden;}
	.bnrFull .grid{}
	.bnrFull .imgArea{position:relative;text-align:center;}
	.bnrFull .imgArea img{}
	.bnrFull .imgArea:after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0.6}
	.bnrFull .btnWrap{position:absolute;z-index:1;top:50%;margin:0;padding:0;width:100%;}
	.bnrFull.big{margin:0 15px;}
	.bnrFull.big.main .grid{ width:100%;}
	.bnrFull.big.main a{ display:block;height:100%; position:relative;}
	.bnrFull.big.main a .middle{ position:absolute; left:0; top:0;bottom:0; width:100%;height:100%;z-index:1;}
	.bnrFull.big.main a .middle .table{ display:table; width:100%; height:100%;}
	.bnrFull.big.main a .middle .inner{ display:table-cell; height:100%; vertical-align:middle; text-align:center; color:#ffffff; font-size:19px; line-height:26px; font-family:"HyundaiMedium";}
	.bnrFull.big.main .imgArea:after{display:none;}

	.fullSlide{background-size:cover;background-repeat:no-repeat;}
	.fullSlide .txtArea{margin-top:28px;padding:0 20px 126px 20px;text-align:center;}
	.fullSlide .txtArea .btnWrap{margin:34px 0 0 0;padding-bottom:0;text-align:left;}
	.fullSlide .subTit{overflow:hidden;margin:0 0 45px 0;}
	.fullSlide .conArea{margin-top:15px;}
	.fullSlide .slideWrap .btn_prev{display:none}
	.fullSlide .slideWrap .btn_next{display:none}
	.fullSlide .slideWrap .swiper-pagination{top:auto !important;bottom:70px}

	.imgView3{padding-bottom:15px;}
	.imgView3 .grid{margin-bottom:45px;}
	.imgView3 .imgArea{position:relative;}
	.imgView3 .imgArea .grp{position:absolute;padding:14px 0 0 10px;width:100%;height:65px;font-size:12px;color:#fff;z-index:1;background:url("../images/abouthyundai/bg_thumb_category_mo.png") repeat-x 0 0;background-size:2px;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.imgView3 .txtArea{padding:15px 0 0 0;}
	.imgView3 .txtArea .subTit4{overflow:hidden;margin:5px 0 0 0;max-height:38px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;}
	.imgView3 .txtArea input[type="checkbox"] + label{font-family:"HyundaiMedium";}

	.imgView4{padding-bottom:30px;}
	.imgView4 .slideArea.swiper-wrapper{display:block;}
	.imgView4 .imgArea img{width:100%;}
	.imgView4 .txtArea{position:relative;padding:10px 0 30px 0;}
	.imgView4 .txtArea .subTit4{overflow:hidden;max-height:38px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box; height:auto !important;}
	.imgView4 .txtArea .info{margin-top:5px;font-size:12px;}
	.imgView4 .txtArea .info .date{color:#000;}
	.imgView4 .txtArea .btnWrap{margin:31px 0 0 0;padding-bottom:0;text-align:left}
	.imgView4 .btn_prev,
	.imgView4 .btn_next{display:none;}
	.imgView4 .swiper-pagination{display:none;}
	.imgView4.slideType .slideArea.swiper-wrapper{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
	.imgView4.slideType.slideWrap .btn_prev,
	.imgView4.slideType.slideWrap .btn_next{top:29vw;}
	.imgView4.slideType.slideWrap .swiper-pagination{position:relative;top:auto;bottom:auto;padding-bottom:10px; display:block;}

	.cardView1{padding-bottom:45px;}
	.cardView1 .grid{margin-bottom:15px;}
	.cardView1 .txtArea{float:none !important;padding:20px 20px 40px 20px;background:#f6f3f2;}
	.cardView1 .imgArea{float:none !important;}
	.cardView1 .subTit3{margin:0 0 9px 0;}

	.cardView2{padding-bottom:45px;}
	.cardView2 .grid{margin-bottom:15px;}
	.cardView2 .txtArea{padding:20px 20px 40px 20px;background:#fff;}
	.cardView2 .subTit3{margin:0 0 9px 0;}
	.cardView2 .subTit4{margin:0 0 12px 0;}

	.cardView3{padding-bottom:30px;}
	.cardView3 .grid{margin-bottom:30px;}
	.cardView3 .imgArea{font-size:0;line-height:0;}
	.cardView3 .imgArea button{width:100%;}
	.cardView3 .txtArea{padding:20px 25px 40px 25px;background:#f6f3f2;}
	.cardView3 .txtArea .subTit3{overflow:hidden;max-height:38px;text-overflow:ellipsis;-o-text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;margin-bottom:15px;}
	.cardView3 .txtArea .subTit3 button{text-align:left;}

	.imgList{position:relative;padding-bottom:10px;}
	.imgList .gridRow{margin-bottom:50px;}
	.imgList .txtArea{padding:30px 20px 0 20px;}
	.imgList .txtArea .subTit{margin:0 0 10px 0;}
	.imgList .btnWrap{margin:40px 0 0 0;padding-bottom:0;text-align:left;}
	.imgList .btnWrap a{display:block;margin-top:10px;}

	.halfWrap{padding:0 0 60px 0;}
	.halfWrap .gridWrap{position:relative;}
	.halfWrap .imgArea{margin-bottom:28px}
	.halfWrap .txtArea{margin-left:30px;margin-right:30px}
	.halfWrap .txtArea .btnWrap{margin:33px 0 0 0;padding-bottom:5px;text-align:left}
	.halfWrap .slideWrap .txtArea{padding-bottom:41px}
	.halfWrap .subTit{margin-bottom:10px}
	.halfWrap .swiper-pagination{top:auto !important;bottom:0;left:30px !important;width:auto !important}
	.halfWrap.leftTxt .gridWrap .grid:first-child .imgArea{margin-left:30px}
	.halfWrap.rightTxt .gridWrap .grid:first-child .imgArea{margin-right:30px}
	.halfWrap .noticeList{margin-top:15px;}

	.bgHalfWrap{padding:170px 0 30px 30px;background-size:cover;background-repeat:no-repeat}
	.bgHalfWrap:after{display:block;clear:both;content:'';}
	.bgHalfWrap .slideWrap{float:left;width:90%}
	.bgHalfWrap .slideWrap.right{float:right}
	.bgHalfWrap .txtArea{background:#fff;width:100%;margin-top:0;text-align:left;padding:28px 30px}
	.bgHalfWrap .txtArea .subTit{margin-bottom:10px}
	.bgHalfWrap .txtArea .btnWrap{text-align:left;margin-top:17px}
	.slideWrap.right .swiper-pagination{top:auto !important;bottom:60px; left:auto !important;right:0 !important;width:100%; text-align:left !important; padding-left:60px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

	.txtCont1{padding:0 15px 40px;}
	.txtCont1 .conArea{margin-bottom:20px;padding:0 15px;text-align:left;}
	.txtCont1 .img{margin-bottom:20px;}
	.txtCont1.wide{}
	.txtCont1 .bottomDescBox{margin-top:-5px;margin-bottom:20px;padding:0 15px;}
	.txtCont1 .bottomDesc{float:none;width:100%;}
	.txtCont1 .slideWrap .bottomDescBox{margin-top:15px;}
	.txtCont1 .btnWrap{margin-top:33px;padding:0;}

	.txtCont2{padding:0 20px 60px 20px;}
	.txtCont2 .subTit{margin:30px 0 13px;}
	.txtCont2 .subTit:first-child{margin-top:0;}

	.imgInfo{position:relative;padding-bottom:16px;}
	.imgInfo .gridRow{margin-bottom:54px;overflow:hidden}
	.imgInfo .txtArea{padding:26px 0 0 0;}
	.imgInfo .txtArea .subTit2{margin-bottom:9px;}
	.imgInfo .txtArea .subTit3{margin-bottom:9px;}
	.imgInfo .txtArea .conArea{margin-top:9px;}

	.brdList{padding-bottom:15px;}/* n3 */
	.brdList .grid{padding-bottom:35px;}
	.brdList .grid a{display:block;}
	.brdList .imgArea{position:relative;}
	.brdList .imgArea .grp{position:absolute;padding:14px 0 0 10px;width:100%;height:65px;font-size:12px;color:#fff;z-index:1;background:url("../images/abouthyundai/bg_thumb_category_mo.png") repeat-x 0 0;background-size:2px;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.brdList .txtArea{padding:15px 0 0 0;}
	.brdList .txtArea .subTit4{overflow:hidden;max-height:38px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;}
	.brdList .conArea{display:none;}

	.brdList.gridMode{padding-bottom:35px}
	.brdList.gridMode .grid{overflow:hidden;clear:both;float:none;display:table;width:100%;height:70px;padding-bottom:15px;table-layout:fixed;}
	.brdList.gridMode .grid > a{display:table-cell;width:105px;}
	.brdList.gridMode .imgArea{display:table-cell;width:105px;height:70px;vertical-align:top;}
	.brdList.gridMode .txtArea{display:table-cell;position:relative;height:70px;padding:30px 0 0 15px;vertical-align:top;}
	.brdList.gridMode .txtArea .info{position:absolute;top:5px;left:15px;}
	.brdList.gridMode .txtArea .info .date{display:none;}
	.brdList.gridMode .txtArea .subTit4{overflow:hidden;max-height:38px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;}
	.brdList.gridMode .txtArea .conArea{display:none;}

	.brdList.tvList .imgArea{overflow:hidden;} /* hyundai TV */
	.brdList.tvList .imgArea img{margin:-10% 0;}
	.brdList.tvList .videoBox:after{opacity:0.3;}

	.brdList.tvList.gridMode .grid{height:60px;}
	.brdList.tvList.gridMode .imgArea{overflow:hidden;height:60px;}
	.brdList.tvList.gridMode .imgArea img{margin:-9% 0;}
	.brdList.tvList.gridMode .txtArea{height:60px;padding:23px 0 0 15px;}
	.brdList.tvList.gridMode .txtArea .info{top:0;}

	.brdList.n3 .txtArea .btnWrap{margin:33px 0 0 0;padding:0;text-align:left}

	.sortContWrap{margin:-20px 0 40px 0;}
	.sortContWrap ul{overflow:hidden;}
	.sortContWrap ul li{float:left;width:50%;margin-bottom:5px;font-family:"HyundaiMedium";}
	.sortContWrap button.btn{margin-top:15px;font-size:14px;line-height:35px;}

	.brdListBig .grid{padding-bottom:35px;}
	.brdListBig .grid a{display:block;}
	.brdListBig .txtArea{padding:15px 0 0 0;}
	.brdListBig .txtArea .view{display:inline-block;margin-bottom:6px;font-size:12px;line-height:1;font-family:"HyundaiMedium";}
	.brdListBig .txtArea .subTit3{overflow:hidden;max-height:38px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;}

	.brdTitBox{position:relative;padding:38px 0 34px 0;}
	.brdTitBox .view{padding-bottom:11px;font-family:"HyundaiMedium";font-size:17px;line-height:1;}
	.brdTitBox .info{margin-top:10px;}
	.brdTitBox .info .date{}
	.brdTitBox .info .no{/*display:none;*/}

	.tool{position:relative;overflow:hidden;height:50px;margin:0 -15px;padding:17px 15px 0 15px;background:#002c5f;font-size:0;line-height:0;}
	.tool .btnPrint,	.tool .btnEmail, .tool .btnDownload{display:inline-block;margin-right:15px;padding:0 0 0 25px;font-size:12px;line-height:15px;color:#fff;font-family:"HyundaiMedium";}
	.tool .btnPrint{display:none;background:url("../images/common/bul_tool_mo.gif") no-repeat top left;background-size:17px auto;}
	.tool .btnEmail{background:url("../images/common/bul_tool_mo.gif") no-repeat 0 -24px;background-size:17px auto;}
	.tool .btnDownload{position:absolute;right:20px;margin-right:0;background:url("../images/common/bul_tool_mo.gif") no-repeat 0 -50px;background-size:17px auto;}
	.tool .btnPrint:hover, .tool .btnEmail:hover, .tool .btnDownload:hover,
	.tool .btnPrint:focus, .tool .btnEmail:focus, .tool .btnDownload:focus{color:#fff;}

	.brdViewTxt{margin-top:-30px;}
	.brdViewTxt .txtCont1 .conArea{width:100%;overflow-x:auto}

	.brdViewImg{margin-top:-30px;}
	.brdViewImg .imgView1 .grid{margin-bottom:0;}
	.brdViewImg .imgView1 .txtArea{padding-left:0;padding-right:0;}
	.brdViewImg .imgView1 .txtArea .conArea{width:100%;margin-bottom:40px;overflow-x:auto}
	.brdViewImg .imgView1 .source{margin:-15px 0 20px 0;text-align:left;font-size:12px;color:#666666;}

	.brdViewCnt{margin-bottom:40px;font-size:14px;}
	.brdViewCnt dt{padding-bottom:5px;font-family:"HyundaiMedium";}
	.brdViewCnt dd .mail{display:block;}

	.brdViewEtc{padding-bottom:70px;border-top:1px solid #e4dcd3;}
	.brdViewEtc dl{overflow:hidden;padding:20px 15px;border:1px solid #e4dcd3;border-top:0;}
	.brdViewEtc dt{float:left;width:50px;font-size:14px;line-height:1;font-family:"HyundaiMedium";vertical-align:top;}
	.brdViewEtc dd{padding-left:50px;font-size:14px;line-height:1;vertical-align:top;}
	.brdViewEtc .file li{position:relative;overflow:hidden;width:100%;padding-top:10px;}
	.brdViewEtc .file li:first-child{padding-top:0;}
	.brdViewEtc .file li:first-child .btnDown{position:absolute;top:0;}
	.brdViewEtc .file li .fileName{overflow:hidden;display:block;padding-right:50px;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
	.brdViewEtc .file li .btnDown{position:absolute;right:0;top:10px;right:-10px;}
	.brdViewEtc .file li .btnDown{text-indent:-999px;}
	.brdViewEtc .tag a{margin-right:10px;text-decoration:underline !important;}
	.brdViewEtc .jumpPage{padding-bottom:5px;background:#fff;}
	.brdViewEtc .jumpPage dt{padding-bottom:15px;}
	.brdViewEtc .jumpPage dd{padding-left:0;padding-bottom:15px;color:#666;}
	.brdViewEtc .jumpPage dd a,
	.brdViewEtc .jumpPage dd span{display:block;position:relative;padding-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.brdViewEtc .jumpPage dd a:after{display:block;content:'';width:14px;height:8px;background-repeat:no-repeat;background-image:url("../images/common/paging_jumpPage_mo.png");background-size:14px;position:absolute;top:4px;right:0}
	.brdViewEtc .jumpPage dd.next a:after{background-position:0 0 }
	.brdViewEtc .jumpPage dd.prev a:after{background-position:0 -8px}

	.brdListTop{margin-bottom:30px;line-height:0;}
	.brdListTop .info{margin-top:9px;}
	.brdListTop .count .ls{display:inline-block;margin-right:25px;font-size:14px;line-height:19px;color:#666666;vertical-align:top;}
	.brdListTop .count .ls .grp{}
	.brdListTop .count .ls .num{padding-left:2px;}
	.brdListTop .right{position:relative;margin-top:25px;}
	.brdListTop .right input[type=checkbox] + label{font-family:"HyundaiMedium";}
	.brdListTop .btnDown{position:absolute;right:0;top:0;}

	.tblInfo{}
	.tblInfo .subTit4{padding-bottom:12px;line-height:1;}
	.tblInfo .caption{padding-bottom:10px;font-size:12px;line-height:1;text-align:right;}
	.tblInfo .subTit4 + .caption{text-align:left;}
	.tblInfo select{margin-bottom:25px;}
	.tblInfo .searchBar{min-height:auto;margin-bottom:10px;}
	.tblInfo .searchBar .searchWrap{top:0;left:auto;right:0;}
	.tblInfo .searchBar .searchWrap .autoSearchList{position:absolute;width:100%;}

	.brdTableWrap{padding-bottom:60px;}
	.brdTable table{width:100%}
	.brdTable table thead th{padding:15px 10px;background:#002c5f;border-left:1px solid #fff;font-size:12px;color:#fff;text-align:center;line-height:1;font-family:"HyundaiMedium";font-weight:normal;}
	.brdTable table thead th:first-child{border-left:none}
	.brdTable table tbody td{padding:17px 10px 15px 10px;border-left:1px solid #e4dcd3;border-right:1px solid #e4dcd3;border-bottom:1px solid #e4dcd3;text-align:center;font-size:12px;line-height:17px;}
	.brdTable table tbody td img.flag{margin-right:5px;}

	.brdTable table tfoot tr.total{background:#f6f3f2;}
	.brdTable table tfoot tr.total th,
	.brdTable table tfoot tr.total td{padding:17px 10px 15px 10px;border-bottom:1px solid #e4dcd3;font-size:12px;line-height:17px;font-weight:normal;}
	.brdTable table tfoot tr.total th{border-left:1px solid #e4dcd3;text-align:left;}
	.brdTable table tfoot tr.total td{text-align:center;}
	.brdTable table tfoot tr.total td:last-child{border-right:1px solid #e4dcd3;}

	.brdTableWrap .btnWrap{margin-top:25px;padding-bottom:0;}

	.motoshowList .item{width:100%;overflow:hidden;}
	.motoshowList .item a{display:block;position:relative;width:100%;}
	.motoshowList .item .bgCenter{width:100%;}
	.motoshowList .item .info{position:absolute; left:0;bottom:0; width:100%;}
	.motoshowList .item .info dl{height:100%;background:#002c5e;margin:0 15px; padding:15px 10px; text-align:center;}
	.motoshowList .item .info dt{padding:0 0 5px 0;color:#fff;font-size:19px;line-height:26px;font-family:"HyundaiMedium";}
	.motoshowList .item .info dd{overflow:hidden;color:#fff;font-size:14px;line-height:19px;font-family:"HyundaiMedium";}
	
    /* M-00062 Page Thumbnail 이미지를 등록하지 않으면 그냥 타이틀만 보여주고 이미지는 숨기도록 수정 Start */
    .motoshowList .item1{width:100%;height:150px;overflow:hidden;}
    .motoshowList .item1 a{display:block;position:relative;width:100%;height:150px;}
    .motoshowList .item1 .bgCenter{width:100%;}
    .motoshowList .item1 .info{position:absolute; left:0;bottom:0; width:100%;height:120px;}
    .motoshowList .item1 .info dl{height:100%;background:#002c5e;margin:0 15px; padding:15px 10px; text-align:center;}
    .motoshowList .item1 .info dt{padding:0 0 5px 0;color:#fff;font-size:19px;line-height:26px;font-family:"HyundaiMedium";}
    .motoshowList .item1 .info dd{overflow:hidden;color:#fff;font-size:14px;line-height:19px;font-family:"HyundaiMedium";}
    /* M-00062 Page Thumbnail 이미지를 등록하지 않으면 그냥 타이틀만 보여주고 이미지는 숨기도록 수정 End */

	.info .view{display:inline-block;font-size:12px;line-height:1;padding-right:10px;color:#000;}
	.info .date{display:inline-block;font-size:12px;line-height:1;color:#666;}
	.info .no{position:relative;display:inline-block;padding-left:10px;font-size:12px;line-height:1;color:#666;}
	.info .no:before{content:'';position:absolute;width:1px;height:8px;top:1px;left:4px;background:#e2dad4;}

	/*slideWrap*/
	.slideWrap{position:relative; overflow:hidden;}
	/*.brand-story-n-news-list .slideWrap{padding-bottom: 42px;}*/ /* 20180412 delete */	
	

	.slideWrap.thumbnail{background:#000;}
	.slideWrap .btn_prev{position:absolute;left:0;top:26vw;/*top:50%;*/-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}
	.slideWrap .btn_prev .prev{overflow:hidden;display:block;width:35px;height:35px;background:url("../images/common/btn_prev_mo.png") no-repeat;background-size:100% 100%;text-indent:-9999px;}
	.slideWrap .btn_next{position:absolute;right:0;top:26vw;/*top:50%;*/-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}
	.slideWrap .btn_next .next{overflow:hidden;display:block;width:35px;height:35px;background:url("../images/common/btn_next_mo.png") no-repeat;background-size:100% 100%;text-indent:-9999px;}
	/* 20180326 */
	.area-swiper .swiper-pagination,
	.slideWrap .swiper-pagination{position:absolute;left:0;top:0;width:100%;text-align:center;font-size:0;line-height:0;z-index:1}
	.area-swiper .swiper-pagination .swiper-pagination-bullet,
	.slideWrap .swiper-pagination .swiper-pagination-bullet{overflow:hidden;display:inline-block;width:9px;height:9px;background:url("../images/common/dot_mo.png") no-repeat right 0;background-size:auto 9px;text-indent:-9999px;}
	/* 20180425 */
	.area-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.slideWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position:0 0;}
	/* //20180425 */
	.area-swiper .swiper-pagination.gray .swiper-pagination-bullet,
	.slideWrap .swiper-pagination.gray .swiper-pagination-bullet{background-image:url("../images/common/dot2.png");}/*배경이 흰색일 경우*/
	.area-swiper .swiper-pagination.gray .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.slideWrap .swiper-pagination.gray .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position:0 0;}
	.slideWrap.numbering .number{display:inline-block;color:#fff;font-size:14px;width:35px;height:35px;line-height:35px;background:#002c5f;border-radius:50%;margin-bottom:20px}
	/* //20180326 */
	
	.brand-story-n-news-list .grid .slideWrap .swiper-pagination.gray {position:relative;top:auto !important;bottom:40px;} /* 20180409 add */

	.slideWrap.hideBtn .btn_prev,
	.slideWrap.hideBtn .btn_next,
	.slideWrap.hideBtn .swiper-pagination{display:none;}
	.slideWrap.middleBtn .btn_prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
	.slideWrap.middleBtn .btn_next{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}

	.slideInfo ul.slideArea li .bgCenter{position:absolute;left:50%-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;}
	.slideInfo ul.slideArea li .info{position:relative;z-index:1;padding:80px 15px 0 15px;}
	.slideInfo ul.slideArea li .info dl{height:100%;padding-bottom:65px;background:#002c5e;}
	.slideInfo ul.slideArea li .info dt{padding:28px 0 11px 0;color:#fff;font-size:14px;line-height:19px;font-family:"HyundaiMedium";}
	.slideInfo ul.slideArea li .info dd{overflow:hidden;margin:0 15px;color:#fff;font-size:14px;line-height:21px;font-family:"HyundaiLight";text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;word-wrap:break-word;}
	.slideInfo ul.slideArea li .info dd.onlyCon{padding:28px 0 0 0; margin-bottom:-11px;}
	.slideInfo ul.slideArea li .info .noticeList{margin:0 15px; text-align:left;}
	.slideInfo ul.slideArea li .info .noticeList li{ color:#ffffff; display:inline-block; font-family:"HyundaiLight";}
	.slideInfo .btn_prev{display:none;left:0;top:24%;-webkit-transform:translateY(0);transform:translateY(0);}
	.slideInfo .btn_next{display:none;right:0;top:24%;-webkit-transform:translateY(0);transform:translateY(0);}
	.slideInfo .swiper-pagination{top:auto;bottom:25px;}

	/*
	.slideInfo2{position:relative;height:380px !important;}
	.slideInfo2 .bgCenter{position:absolute;left:50%-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;}
	.slideInfo2 .info{position:relative;z-index:1;padding:32px 20px 39px 20px;background:#002c5e;position:absolute;left:15px;right:15px;bottom:0;color:#fff;text-align:left}
	.slideInfo2 .info .item{margin-bottom:8px}
	.slideInfo2 .info .item span{font-size:19px;font-family:"HyundaiMedium";margin-right:12px}
	*/
	.slideInfo2 ul.slideArea li .bgCenter{position:absolute;left:50%-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;}
	.slideInfo2 ul.slideArea li .info{position:relative;z-index:1;padding:30px 20px 65px 20px;background:#002c5e;position:absolute;left:15px;right:15px;bottom:0;color:#fff;text-align:left}
	.slideInfo2 ul.slideArea li .info .item{margin-bottom:8px}
	.slideInfo2 ul.slideArea li .info .item span{font-size:19px;font-family:"HyundaiMedium";margin-right:12px}
	.slideInfo2 .btn_prev{display:none;left:0;top:24%;-webkit-transform:translateY(0);transform:translateY(0);}
	.slideInfo2 .btn_next{display:none;right:0;top:24%;-webkit-transform:translateY(0);transform:translateY(0);}
	.slideInfo2 .swiper-pagination{top:auto;bottom:25px;}

	.slideWrap.middleType ul.slideArea li .middle{position:absolute;left:50%; top:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); display:table; width:100%; height:100%;}
	.slideWrap.middleType ul.slideArea li .middle .titArea{display:table-cell; vertical-align:middle; padding:0 40px; position:relative; left:auto; top:auto;right:auto; text-align:center;}
	.slideWrap.middleType ul.slideArea li .middle .titArea .view{position:relative;margin-bottom:2px;font-size:14px;line-height:21px;font-family:"HyundaiMedium";color:#ffffff;}
	.slideWrap.middleType ul.slideArea li .middle .titArea .subTit{position:relative;margin-bottom:0;color:#ffffff;}
	.slideWrap.middleType ul.slideArea li .middle .titArea.colorw .view,
	.slideWrap.middleType ul.slideArea li .middle .titArea.colorw .subTit{color:#fff;}
	.slideWrap.middleType .btn_prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
	.slideWrap.middleType .btn_next{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
	.slideWrap.middleType ul.slideArea li:before{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0.6}

	.slideWrap.smallSlide .btn_prev,
	.slideWrap.smallSlide .btn_next{display:none}

	.graphSlide .subTitBox{margin:0;padding:20px 15px 60px;}
	.graphSlide .graphConWrap{margin-top:0;text-align:left;}
	.graphSlide .graphConWrap .graphWrap{padding:30px 0 0 0;}
	.graphSlide .swiper-pagination-bullets{top:inherit !important;bottom:15px;}

	.graphConWrap{margin-top:19px;}
	.graphConWrap .graphTit span{display:block;font-family:"HyundaiMedium"}
	.graphConWrap .graphWrap{padding:34px 0 22px 0;}

	.brdTop{margin-top:-30px;}
	.brdTop .infoBox{padding-bottom:75px;overflow:hidden;}
	.brdTop .infoBox .imgArea{}
	.brdTop .infoBox .txtArea{position:relative;padding:20px 20px 45px 20px;min-height:205px;background:#f6f3f2;text-align:left;}
	.brdTop .infoBox .txtArea .info{margin-bottom:5px;}
	.brdTop .infoBox .txtArea .subTit{max-height:72px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word;}
	.brdTop .infoBox .txtArea .btnWrap{position:absolute;bottom:45px;padding-bottom:0;text-align:left;}
	/* 20180402 */
	.grid .area-swiper .swiper-pagination.gray {position:relative;top:auto !important;bottom:40px;}
	/* //20180402 */
	.brdTop .btn_next,
	.brdTop .btn_prev{display:none}

	.brdTop.tvList .imgArea{overflow:hidden;}
	.brdTop.tvList .imgArea img{margin:-10% 0;}
	.brdTop.tvList .videoBox:after{opacity:0.3;}

	.galleryTy1{padding-bottom:70px;}
	.galleryTy1 .imgArea img{width:100%;}
	.galleryTy1 .slideWrap{overflow:hidden;}
	.galleryTy1 .swiper-slide.iframeVideo{padding-bottom: 53.56%;height:0;overflow:hidden;}
	.galleryTy1 .swiper-slide iframe, .galleryTy1 .swiper-slide object, .galleryTy1 .swiper-slide embed{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}
	.galleryTy1 .thumbnail .slideArea{font-size:0;background:#000;}
	.galleryTy1 .thumbnail .slideArea li{display:inline-block;width: 30%}
	.msie9 .galleryTy1 .thumbnail .slideArea li{display:inline-block;width: 150px}
	.galleryTy1 .thumbnail .slideArea li button{position:relative;}
	.galleryTy1 .thumbnail .slideArea li button:after{display:block; content:''; position:absolute; left:0; top:0;width:100%;height:100%; background:#000; opacity:0.6;}
	.galleryTy1 .thumbnail .slideArea li.on button:after{opacity:0;}
	.galleryTy1 .slideArea li .tit, .galleryTy1 .slideArea li .desc{display:none;}
	.galleryTy1 .slideArea li img{width:100%;}
	.galleryTy1 .btn_prev{left:0;bottom:auto;top:50%;margin-top:-17px;-webkit-transform:translateY(0);transform:translateY(0);}
	.galleryTy1 .btn_next{right:0;bottom:auto;top:50%;margin-top:-17px;-webkit-transform:translateY(0);transform:translateY(0);}
	.galleryTy1 .slideWrap.bigImg li{width:100%;}
	.galleryTy1 .pageNum{position:absolute;width:100%;height:45px;padding:21px 15px 0 0;right:0;bottom:0;z-index:2;color:#fff;font-size:14px;background:url('../images/common/bg_gallery_num_mo.png') repeat-x left bottom;background-size:auto 45px;line-height:1;text-align:right}
	.galleryTy1 .slideWrap.bigImg .noticeList{display:none;}

	.bottomDescBox{margin-top:15px;}
	.bottomDesc .tit{display:block;margin-bottom:5px;color:#000;font-family:"HyundaiMedium";font-size:17px;}
	.bottomDesc .txt{display:block;position:relative;overflow:hidden;padding:0 19px;word-wrap:break-word;}
	.bottomDesc .txt:before{content:''; display:block; position:absolute; left:0; top:4px; width:12px; height:12px; background:url('../images/common/ico_gallery_desc_mo.png') no-repeat 0 0; background-size:12px 12px;}
	.bottomDescBox .btnWrap{margin-top:25px;padding-bottom:0;text-align:left;}
	.imgView1 .bottomDescBox{text-align:left;}

	.galleryTy2{overflow:hidden;padding-bottom:70px;}
	.galleryTy2 .swiper-wrapper{position:relative; margin-top:8px;}
	.galleryTy2 ul li{}
	.galleryTy2 ul li .columnsImg{width:50%; margin-bottom:2px; float:left;padding-right:1px;}
	.galleryTy2 ul li .columnsImg.w2{padding:0 0 0 1px;}
	.galleryTy2 ul li .columnsImg.w4{padding:0 0 0 1px;}
	.galleryTy2 ul li .columnsImg.w6{padding:0 0 0 1px;}
	.galleryTy2 ul li .columnsImg.w8{padding:0 0 0 1px;}
	.galleryTy2 ul li .columnsImg.w10{padding:0 0 0 1px;}
	.galleryTy2 ul li .columnsImg.w12{padding:0 0 0 1px;}
	.galleryTy2 ul li .columnsImg img{width:100%;}
	.galleryTy2 .swiper-pagination{top:auto;bottom:auto; left:auto;right:auto; width:100%; position:relative; margin-top:30px;}

	/*toggle*/
	.togListWrap{padding-bottom:69px;}
	.togListWrap .togList{margin-bottom:1px;}
	.togListWrap .btnOpenClose{overflow:hidden;position:relative;width:100%;height:50px;padding:0 30px 0 15px;background:#002c5f;color:#fff;line-height:50px;text-align:left;text-decoration:none;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
	.togListWrap .btnOpenClose:after{display:block;content:"";position:absolute;right:15px;top:22px;width:12px;height:7px;background:url("../images/common/bg_toggle.png") no-repeat 0 -162px;background-size:12px auto;}
	.togListWrap .togList.on .btnOpenClose{background:#f6f3f2;color:#000;}
	.togListWrap .togList.on .btnOpenClose:after{background:url("../images/common/bg_toggle.png") no-repeat 0 0;background-size:12px auto;}
	.togListWrap .togCont{display:none;padding:20px;background:#f6f3f2;}
	.togListWrap .togCont .txtCont1{width:100%;padding:0;}
	.togListWrap .togCont .txtCont1 .conArea{margin-bottom:0 !important;padding-left:0 !important;padding-right:0 !important;}
	.togListWrap.mobileFull{margin-left:-15px;margin-right:-15px;}

	.togListWrap .btnWrap{margin:0 0 20px 0;padding-bottom:0;}
	.togListWrap .togSelect select{margin-bottom:20px;}

	.togListWrap.small{border:1px solid #e4dcd3; border-bottom:0; padding-bottom:0;}
	/* M-00104 NBrand Type */
    .togListWrap.small.N{border:1px solid #dceaf5 !important;}
	.togListWrap.small .togList{margin-top:0px;}
	.togListWrap.small .togList:first-child{margin-top:0;}
	.togListWrap.small .btnOpenClose{display:block;width:100%;height:35px;padding:0 15px;line-height:35px;text-align:left;text-decoration:none; font-family:"HyundaiMedium"; font-size:12px;color:#000;background:#ffffff;border-bottom:1px solid #e4dcd3;}
	/* M-00104 NBrand Type */
    .togListWrap.small .btnOpenClose.N{border-bottom:1px solid #dceaf5 !important;}
	.togListWrap.small .btnOpenClose:after{display:block; content:''; position:absolute; right:15px;top:50%;margin-top:-3px;background: url("../images/common/tool_tip_arr_mo.png") no-repeat !important; -webkit-background-size:12px auto !important; background-size:12px auto !important;width:12px; height:7px;z-index:10}
	.togListWrap.small .togList.on .btnOpenClose{background:#ffffff; color:#000;}
	.togListWrap.small .togList.on .btnOpenClose:after{
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);
	}
	.togListWrap.small .togCont{border-bottom:1px solid #e4dcd3; font-size:12px;}
	/* M-00104 NBrand Type */
    .togListWrap.small .togCont.N{border-bottom:1px solid #dceaf5 !important;}

	.togListWrap.country{margin-top:22px;}
	.togListWrap.country .togList.on .btnOpenClose{border-bottom:1px solid #fff;}
	.togListWrap.country .togCont{padding:20px 15px 30px 15px;background:#fff}
	.togListWrap.country .gridWrap{margin-bottom:-30px;}
	.togListWrap.country .n3 .grid{float:left;width:50%;margin-left:0;font-size:0;line-height:0}
	.togListWrap.country .n3 .grid a{overflow:hidden;display:block;width:100%;height:50px;text-align:left;vertical-align:top;}
	.togListWrap.country .n3 .grid a img.flag{display:inline-block;margin-right:10px;vertical-align:top;}
	.togListWrap.country .n3 .grid a span.txtCountry{display:inline-block;width:70%;height:50px;margin-top:2px;font-size:12px;line-height:16px;vertical-align:top;}​

	.togListInfo .n2 .grid2{padding-top:26px;}
	.togListInfo .n2 .grid2 .txtArea{padding-top:10px;}
	.togListInfo .n2 .grid2 .txtArea .subTit3{padding-top:9px;}
	.togListInfo .n2 .grid2 .conArea{padding-top:9px;}
	.togListInfo .togCont{padding:15px 20px 30px 20px;}
	.togListInfo .togTitWrap{position:relative;overflow:hidden;height:80px;padding:0 50px 0 20px;background:#002c5f;color:#fff;}
	.togListInfo .togTitWrap .togTit{display:block;padding:19px 0 8px;font-size:15px;}
	.togListInfo .togTitWrap .togTit button{color:#ffffff;text-decoration:none;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal; overflow:hidden;max-width:100%; text-align:left;}
	.togListInfo .togTitWrap .num{display:none;}
	.togListInfo .togTitWrap .date{display:none;}
	.togListInfo .togTitWrap .pdfDown{color:#fff;background:url("../images/common/btn_pdfDown_mo.png") no-repeat left bottom;background-size:16px auto;}
	.togListInfo .togTitWrap .togOpenclose{position:absolute;right:0;top:0;text-indent:1000px;width:52px;height:80px;background:url("../images/common/bg_toggle.png") no-repeat center -126px;background-size:12px auto; text-indent:-9999px; overflow:hidden;}

	.togListInfo .togList.on .togTitWrap{background:#f6f3f2;color:#000;}
	.togListInfo .togList.on .togTitWrap .togTit button{color:#000;}
	.togListInfo .togList.on .togTitWrap .pdfDown{color:#000;background:url("../images/common/btn_pdfDown_mo.png") no-repeat left top;background-size:16px auto}
	.togListInfo .togList.on .togTitWrap .togOpenclose{background:url("../images/common/bg_toggle.png") no-repeat center 32px;background-size:12px auto;}

	.togListEvent .togCont{padding:15px 20px 30px 20px;}
	.togListEvent .togTitWrap{position:relative;overflow:hidden;padding:4px 50px 23px 20px;background:#002c5f;color:#fff;}
	.togListEvent .togTitWrap .togTit{display:block;padding:19px 0 8px;font-size:15px;}
	.togListEvent .togTitWrap .togTit button{color:#ffffff;text-decoration:none;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal; overflow:hidden;max-width:100%; text-align:left;}
	.togListEvent .togTitWrap .date{display:block;margin-bottom:19px}
	.togListEvent .togTitWrap .pdfDown{color:#fff;background:url("../images/common/btn_pdfDown_mo.png") no-repeat left bottom;background-size:16px auto;}
	.togListEvent .togTitWrap .togOpenclose{position:absolute;right:0;top:0;text-indent:1000px;width:52px;height:80px;background:url("../images/common/bg_toggle.png") no-repeat center -135px;background-size:12px auto; text-indent:-9999px; overflow:hidden;}
	.togListEvent .togList .togCont .date{display:block;color:#666;}
	.togListEvent .togList .togCont .subTit{padding-bottom:25px;padding-top:5px;}

	.togListEvent .togList.on .togTitWrap{background:#f6f3f2;color:#000;}
	.togListEvent .togList.on .togTitWrap .togTit button{color:#000;}
	.togListEvent .togList.on .togTitWrap .pdfDown{color:#000;background:url("../images/common/btn_pdfDown_mo.png") no-repeat left top;background-size:16px auto}
	.togListEvent .togList.on .togTitWrap .togOpenclose{background:url("../images/common/bg_toggle.png") no-repeat center 27px;background-size:12px auto;}


	/*tab*/
	.navigationTabWrap{background:#ffffff; height:50px !important; text-align:left;overflow-x:auto;box-shadow:1px 1px 1px rgba(0,0,0,0.05);z-index:49; position:relative; width:100%;-webkit-overflow-scrolling: touch;transform: translate3d(0px, 0px, 0px);}
	.navigationTabWrap.fixed{position:fixed !important; top:0 !important;}
	.navigationTab{line-height:50px;}
	.navigationTab .tit{display:none;}
	.navigationTab .tabListArea{white-space:nowrap;}
	.navigationTab .tabListArea .tabList{overflow:hidden; display:table;height:50px; width:100%;padding:0 15px;}
	.navigationTab .tabListArea .tabList .tab{display:inline-block !important; margin-right:25px;}
	.navigationTab .tabListArea .tabList .tab:last-child{margin-right:0;}
	.navigationTab .tabListArea .tabList .tab a{text-decoration:none;}
	.navigationTab .tabListArea .tabList .tab a:hover,
	.navigationTab .tabListArea .tabList .tab a:focus,
	.navigationTab .tabListArea .tabList .tab button:hover,
	.navigationTab .tabListArea .tabList .tab button:focus{color:#00aad2;}
	.navigationTab .tabListArea .tabList .tab.on a,
	.navigationTab .tabListArea .tabList .tab.on button{color:#00aad2; font-family:"HyundaiMedium";}
	.navigationTab .btnRight{display:none;}

	.tabWrap{position:relative;line-height:45px;z-index:40}
	.tabWrap .tabActive{overflow:hidden;display:table;width:100%;padding-left:15px;padding-right:15px;background:#444444;font-size:12px;font-family:"HyundaiMedium";color:#fff;text-decoration:none;text-align:left;}
	/* M-00104 NBrand Type 추가*/
	.tabWrap .tabActive.N{color:#ffffff !important;background-color:#e63312 !important;}
	.tabWrap .tabActive span{display:table-cell;padding-right:22px;line-height:16px;height:45px;vertical-align:middle;}
	.tabWrap .tabActive:after{display:block; content:''; width:7px; height:7px; position:absolute; right:15px;top:50%;margin-top:-4px;background:url("../images/common/tab_right_arr_mobile.png") no-repeat right center; -webkit-background-size:7px auto; background-size:7px auto;}
	.tabWrap .tabArea{display:none; position:absolute; left:0; top:45px; width:100%;}
	.tabWrap .tabArea.open{display:block;}
	.tabWrap .tabArea .tab{}
	.tabWrap .tabArea .tab .link{display:block;box-sizing:border-box;width:100%;padding:14px 15px;background:#444444;color:#ffffff;font-size:12px;text-align:left; font-family:"HyundaiMedium";text-decoration:none; line-height:16px;}
	/* M-00104 NBrand Type 추가*/
    .tabWrap .tabArea .tab .link.N{color:#000000 !important;background-color:#aacae6 !important;}
	.tabWrap .tabArea .tab .link:hover,
	.tabWrap .tabArea .tab .link:focus{background:#ffffff; color:#000000;}
	.tabWrap .tabArea .tab.on .link{background:#ffffff; color:#000000;}
	/* M-00104 NBrand Type 추가*/
    .tabWrap .tabArea .tab.on .link.N{background-color:#e63312 !important; color:#ffffff !important;}
	.tabWrap .tabArea .tab .link.newWin:after{content:"";overflow:hidden;display:inline-block;margin-left:10px;width:10px;height:10px;background:url("../images/common/ico_gnb_newwin2.png") no-repeat 0 -10px;font-size:0;line-height:0;}
	.tabWrap .tabArea .tab .link.newWin:hover:after{background:url("../images/common/ico_gnb_newwin2.png") no-repeat 0 0;}
	.tabWrap.mobileFull{margin-left:-15px;margin-right:-15px;}
	.tabCont{padding-top:40px;}

	.naviJumpWrap{background:#e4dcd3;}	
	.naviJumpWrap .naviJump{display:table;overflow:hidden;width:100%;height:70px;padding:0 15px;}
	.naviJumpWrap .naviJump .prev,
	.naviJumpWrap .naviJump .next{position:relative;display:table-cell;padding:0 16px;height:70px;font-size:15px;line-height:20px;color:#000;text-decoration:none;font-family:"HyundaiMedium";vertical-align:middle;}
	.naviJumpWrap .naviJump .prev{text-align:left;}
	.naviJumpWrap .naviJump .prev:after{display:block;content:"";position:absolute;top:30px;left:0;width:6px;height:9px;background:url("../images/common/bg_navijump_mo.png") no-repeat 0 0;background-size:6px 25px;}
	.naviJumpWrap .naviJump .next{text-align:right;}
	.naviJumpWrap .naviJump .next:after{display:block;content:"";position:absolute;top:30px;right:0;width:6px;height:9px;background:url("../images/common/bg_navijump_mo.png") no-repeat 100% -16px;background-size:6px 25px;}

    /* M-00104 NBrand Type Add*/
    .naviJumpWrapN{background:#dceaf5;}    
    .naviJumpWrapN .naviJump{display:table;overflow:hidden;width:100%;height:70px;padding:0 15px;}
    .naviJumpWrapN .naviJump .prev,
    .naviJumpWrapN .naviJump .next{position:relative;display:table-cell;padding:0 16px;height:70px;font-size:15px;line-height:20px;color:#000;text-decoration:none;font-family:"HyundaiMedium";vertical-align:middle;}
    .naviJumpWrapN .naviJump .prev{text-align:left;}
    .naviJumpWrapN .naviJump .prev:after{display:block;content:"";position:absolute;top:30px;left:0;width:6px;height:9px;background:url("../images/common/bg_navijump_mo.png") no-repeat 0 0;background-size:6px 25px;}
    .naviJumpWrapN .naviJump .next{text-align:right;}
    .naviJumpWrapN .naviJump .next:after{display:block;content:"";position:absolute;top:30px;right:0;width:6px;height:9px;background:url("../images/common/bg_navijump_mo.png") no-repeat 100% -16px;background-size:6px 25px;}

	.tabWrapInner{margin-bottom:-25px;padding-top:15px;}
	.tabStickyWrap{overflow-x: auto;}
	.tabStickyWrap .tabSticky{white-space:nowrap;}
	.tabStickyWrap .tabSticky ul{overflow:hidden;display:table;width:100%;font-size:0}
	.tabStickyWrap .tabSticky ul li{display:inline-block;margin-left:5px}
	.tabStickyWrap .tabSticky ul li:first-child{margin-left:0}
	.tabStickyWrap .tabSticky ul li a{display:block;font-size:14px;font-family:"HyundaiMedium";color:#666;background:#f6f6f6;padding:8px 15px}
	.tabStickyWrap .tabSticky ul li.on a{background:#00aad2;color:#fff}

	/*search*/
	.searchWrap{position:absolute; left:0; top:0; width:100%;z-index:41;}
	.searchWrap.bgLB .searchInput{background:#f6f3f2 !important;}
	.searchWrap .searchInput{position:relative;padding-right:45px !important; background:#ffffff;}
	.searchWrap .searchInput .inputText{width:100%;border:0 !important; background:transparent; line-height:normal; font-size:12px !important;}
	.searchWrap .btnSearch{position:absolute; right:0px; top:0; display:block;width:45px;height:40px;text-align:center; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:url("../images/common/btn_search_mobile.png") no-repeat center center; overflow:hidden; text-indent:-99999px; -webkit-background-size:15px auto; background-size:15px auto;}
	.searchWrap .autoSearchList{border-top:1px solid #f6f3f2; background:#ffffff; display:none;box-shadow:1px 1px 1px rgba(0,0,0,0.05); text-align:left; position:absolute; left:0; top:35px; width:100%;}
	.searchWrap .autoSearchList .list .link{display:block; font-size:12px; line-height:35px; text-decoration:none;padding:0 15px;}
	.searchWrap .autoSearchList .list .link:focus,
	.searchWrap .autoSearchList .list .link:hover{background:#f6f6f6;}
	.searchWrap .autoSearchList .list .link .keyword{background:none; color:#00a1c7;}
	.topBgTxtArea .searchInput .inputText{height:40px !important;line-height:40px !important;}

	.searchBar{position:relative;z-index:41;min-height:85px;padding:25px 0;}
	.searchBar .searchWrap{position:absolute;left:0;top:25px;}
	.searchBar .btnArea{padding:55px 0 0 0;}
	.searchBar .btnRightArr{position:relative;}

	.searchBar .searchTab{margin-bottom:-25px;padding-top:50px;}
	.searchTab{overflow-y:auto;white-space:nowrap;line-height:50px;}
	.searchTab ul{overflow:hidden;display:table;width:100%;height:50px;}
	.searchTab ul li{display:inline-block;margin-right:25px;}
	.searchTab ul li a{font-size:15px;}
	.searchTab ul li.on a{color:#00aad2;font-family:"HyundaiMedium";}

	.helpBox{position:absolute; right:-16px; top:30px; font-size:12px; line-height:22px; background:#ffffff; padding:15px 20px 12px 20px;box-shadow:1px 1px 1px rgba(0,0,0,0.1);z-index:10;}
	.helpBox strong{font-size:14px; font-family:"HyundaiMedium"; display:block; margin-bottom:6px;}
	.helpBox .btnHelpClose{position:absolute; right:10px; top:10px; display:block;width:9px; text-align:center;height:9px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; background:url("../images/common/tool_tip_close.png") no-repeat center center; overflow:hidden; text-indent:-99999px;}
	.helpBox:after{display:block;content:""; position:absolute; right:13px; top:10px; width: 10px;height: 10px; background:#ffffff;transform: translateY(-15px) rotate(45deg);-webkit-transform: translateY(-15px) rotate(45deg);z-index:10;}

	.searchResult{height:52px;line-height:52px;font-size:17px;font-family:"HyundaiMedium";}
	.searchWord{color:#00aad2;}

	.searchNoResult{padding-bottom:60px;}
	.searchNoResult .message{margin-bottom:20px;font-size:17px;font-family:"HyundaiMedium";}
	.searchNoResult ul.txtList > li{margin-bottom:10px;}

	.schImgList{margin:0 15px 30px 15px;border-bottom:1px solid #cccccc;}
	.schImgList .list{padding:0 0 40px 0;}
	.schImgList .subTit3{margin-top:15px;text-align:center;}
	.schImgList .tags{padding-top:15px;}
	.schImgList .tags a{padding-right:15px;color:#002c5f;font-family:"HyundaiMedium";text-decoration:underline;line-height:27px;}
	.schImgList .img img{width:100%;}

	.schTextList{margin:0 15px 70px 15px;border-bottom:1px solid #cccccc;}
	.schTextList .list{padding:30px 0;border-top:1px solid #f2f2f2;}
	.schTextList .list:first-child{padding-top:0;border-top:0;}
	.schTextList .subTit3{overflow:hidden;max-height:42px;margin-bottom:5px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.schTextList .conArea{overflow:hidden;max-height:42px;line-height:21px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.schTextList .link{padding-top:12px;font-size:12px;line-height:17px;}
	.schTextList .link a{overflow:hidden;display:block;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;color:#002c5f;text-decoration:underline;}
	.schTextList .link .dir{display:block;padding-bottom:8px;color:#666666;}
	.schTextList .img{padding-bottom:20px;}
	.schTextList .file{padding-top:15px;}
	.schTextList .file a{overflow:hidden;display:block;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}

	/*tableType*/
	.tableWrap{padding-bottom:60px}
	.tableWrap .tblBtmTxt{padding-top:15px;font-size:12px;line-height:19px;text-align:left;color:#666666;}

	.tableInner{}
	.tableInner.scroll{overflow-x:auto;margin-right:-15px;-webkit-overflow-scrolling: touch}
	.tableInner.scroll .tableType{width:200%;padding-right:15px;}
	.tableInner.scroll .tableType.wtype{width:300%;}
	.tableInner.scroll .tableType table thead th,
	.tableInner.scroll .brdTable table thead th{white-space:nowrap;word-wrap:normal;}
	.tableInner.scroll .brdTable{width:200%;padding-right:16px;}
	
	.tableType{}
	.tableType table{width:100%;background:#fff;border-top:1px solid #e4dcd3 !important;border-bottom:1px solid #e4dcd3;}
	.tableType table thead th{padding:14px 10px 13px 10px;background:#002c5f;border-right:1px solid #fff;border-bottom:1px solid #fff;font-family:"HyundaiMedium";font-weight:normal;font-size:12px;line-height:17px;color:#fff;}
	.tableType table thead th span.txt{font-family:"HyundaiRegular";font-size:11px;line-height:13px;}
	.tableType table thead tr th.th{height:35px;padding:0;}
	.tableType table thead tr.ths th{height:35px;padding:0;font-family:"HyundaiRegular";}
	.tableType table tbody th{padding:13px 10px;border-top:1px solid #e4dcd3;border-right:1px solid #fff;font-size:12px;line-height:17px;text-align:center;font-family:"HyundaiMedium";font-weight:normal;}
	.tableType table tbody th.bgDB{border-top:1px solid #fff;}
	.tableType table tbody tr.ranking td{background-color:#f6f3f2 !important;color:#00aad2;}
	.tableType table tbody th.th{}
	.tableType table tbody th.ths{}
	.tableType table tbody td{padding:13px 10px;border-top:1px solid #e4dcd3;border-right:1px solid #e4dcd3;font-size:12px;line-height:17px;text-align:center;}
	.tableType table tbody td:first-child{border-left:1px solid #e4dcd3;}
	.tableType table tbody tr:first-child th,
	.tableType table tbody tr:first-child td{border-top:0;}
	.tableType table tbody .tal1{padding-left:15px !important;padding-right:15px !important;}
	.tableType table tbody .tal2{padding-left:15px !important;padding-right:15px !important;}
	.tableType table tbody td ul li:first-child{padding-top:0;}
	.tableType table tbody td ul li{padding-top:5px;}
	.tableType table tbody .hfix{}

	/*bottomSlideMenu*/
	.bottomSlideMenu{padding-bottom:1px;}
	.bottomSlideMenu .gridArea .grid{border-top:1px solid #000;border-bottom:1px solid #000; margin-bottom:-1px;}
	.bottomSlideMenu .gridArea .grid .btnOpenClose{font-size:17px; font-family:"HyundaiMedium"; line-height:73px;padding:0 15px; position:relative; width:100%; text-align:left;}
	.bottomSlideMenu .gridArea .grid .btnOpenClose:after{display:block; content:''; position:absolute; right:20px;top:50%;width: 0;height: 0;border-style: solid;border-width: 6px 5px 0 5px;border-color: #000000 transparent transparent transparent;}
	.bottomSlideMenu .gridArea .grid .btnOpenClose.on:after{border-width: 0 5px 6px 5px;border-color: transparent transparent #000000 transparent;}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea{padding:0 15px; font-size:14px; display:none;}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .slink{display:block;line-height:1; margin-bottom:23px; font-size:14px; font-family:"HyundaiMedium";}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .stit{line-height:1; margin-bottom:13px; font-family:"HyundaiMedium";}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .bottomSubMenu{margin-bottom:25px;}
	.bottomSlideMenu .gridArea .grid .bottomMenuArea .bottomSubMenu .link{color:#666666; font-size:14px; line-height:26px;}

	.voteMenu{padding-bottom:70px;}
	.voteMenu .slideArea.swiper-wrapper .swiper-slide{}
	.voteMenu .txtArea{padding-top:15px;}
	.voteMenu .txtArea .subTit4{overflow: hidden;line-height: 21px;max-height:42px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
	.voteMenu .btn_prev{top:18vw;margin-top:-13px;}
	.voteMenu .btn_next{top:18vw;margin-top:-13px;}
	.voteMenu .imgArea img{width:100%;}
	.voteMenu a{text-decoration:underline !important;}
	.voteMenu a .view{text-decoration:underline !important;}
	.voteMenu .swiper-pagination{position:relative;top:auto;bottom:auto;margin-top:20px;}
	.contBox.full .voteMenu{margin-left:15px;margin-right:15px;}

	.listViewType{text-align:right;font-size:0;}
	.listViewType button{display:inline-block;width:20px; height:20px;margin-left:15px;font-size:0;vertical-align:top;background:url("../images/common/btn_view_type.png") no-repeat;}
	.listViewType button.grid{background-position:top left;}
	.listViewType button.list{background-position:top right;}
	.listViewType button.on.grid{background-position:0 -20px;}
	.listViewType button.on.list{background-position:100% -20px;}

	.machFilterArea{background:#f6f3f2;display:none;padding:25px 15px 25px 15px;border-top:1px solid #e4dcd3;z-index:40; position:relative;}
	.machFilterArea .filterItem{padding:25px 0;border-top:1px solid #e4dcd3;}
	.machFilterArea .filterItem:first-child{padding-top:0;border-top:none;}
	.machFilterArea .filterItemList.full{padding-top:25px;border-top:1px solid #e4dcd3;}
	.machFilterArea .filterItem .titleArea{line-height:1; position:relative; height:16px; margin-bottom:15px;}
	.machFilterArea .filterItem .titleArea .tit{font-size:14px; font-family:"HyundaiMedium";}
	.machFilterArea .filterItem .titleArea .btnHelp{position:absolute; right:0; top:0;}
	.machFilterArea .filterItem .titleArea .helpBox{position:absolute; right:-10px; top:30px; display:none;}
	.machFilterArea .filterItem .filterList{overflow:hidden;}
	.machFilterArea .filterItem .filterList li{float:left; line-height:1; margin-bottom:10px; font-family:"HyundaiMedium"; width:50%;}
	.machFilterArea .filterItem .slider-range{margin-top:23px;}
	.machFilterArea .filterItem .from{float:left; font-size:12px; font-family:"HyundaiMedium";margin:20px 0 0 0; line-height:30px;}
	.machFilterArea .filterItem .from .labelTit{display:block; float:left;}
	.machFilterArea .filterItem .to{float:right; text-align:right; font-size:12px; font-family:"HyundaiMedium"; line-height:1;margin:20px 0 0 0; line-height:30px;}
	.machFilterArea .filterItem .to .labelTit{display:block; float:right;}
	.machFilterArea .filterItem .inputNumber{line-height:30px !important; height:30px !important; width:60px;padding:0; text-align:center;border:0;margin:0 10px;}
	.machFilterArea .btnArea{overflow:hidden;}
	.machFilterArea .btnArea .reset{float:left; width:calc(50% - 3px); line-height:35px; font-size:14px;}
	.machFilterArea .btnArea .search{float:right; width:calc(50% - 3px);line-height:35px; font-size:14px;}
	.machFilterArea .btnMachFilterCloseArea{text-align:center; padding-top:25px;}


	/*button*/
	a.btn, button.btn, span.btn{display:inline-block;padding:0 10px;width:100%;font-size:16px;line-height:45px;text-align:center;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#002c5f;color:#fff;}
	a.btn.big, button.btn.big, span.btn.big{}
	a.btn.gray, button.btn.gray{background:#777673;}
	span.btn.disabled, button.btn:disabled{background:#cecdca;}
	a.btn.half, button.btn.half, span.btn.half{width:50%;}

	.btnRightArr{display:inline-block;padding-right:19px; line-height:1;}
	.btnRightArr:after{display:block; content:''; background:url("../images/common/btn_right_arr.png") no-repeat; width:9px; height:6px; overflow:hidden; position:absolute; right:0; top:50%; margin-top:-3px;}
	.btnRightArr.on:after{background-position:0 -6px;}

	.btnRightArr.blue{color:#002c5f; font-size:14px; font-family:"HyundaiMedium";}
	.btnRightArr.blue:after{display:block; content:''; background:url("../images/common/btn_right_blue_arr_mo.png") no-repeat; width:7px; height:5px; overflow:hidden; position:absolute; right:0; top:50%; margin-top:-3px; -webkit-background-size:7px auto; background-size:7px auto;}
	.btnRightArr.blue.on:after{background-position:0 -5px;}

	.btnHelp{background:url("../images/common/btn_help.png") no-repeat; width:16px; height:16px; -webkit-background-size:16px auto; background-size:16px auto; overflow:hidden; text-indent:-9999px;}
	.btnHelp:focus{background-position:0 -16px;}
	.btnHelp.on{background-position:0 -16px;}

	.btnDown{display:inline-block;padding-left:25px;background:url("../images/common/btn_download_mo.png") no-repeat top left;background-size:16px 14px;vertical-align:top;text-decoration:none;font-size:12px;line-height:14px;font-family:"HyundaiMedium"}
	table tbody td .btnDown{width:16px;height:14px;padding:0;font-size:0;line-height:0;vertical-align:middle;}

	.pdfDown{display:inline-block;padding-left:25px;background:url("../images/common/btn_pdfDown_mo.png") no-repeat top left;background-size:16px 28px;text-decoration:none;font-size:12px;line-height:14px;font-family:"HyundaiMedium";color:#000;}
	.movieContent{ position:relative; display:block;}
	.movieContent iframe, 	.movieContent object, .movieContent embed, .movieContent video{position:absolute;z-index:99;width:100%;height:100%; left:0; top:0;}
	.videoBox{display:block;width:100%;position:relative;}
	.videoBox.iframeVideo{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
	.videoBox iframe,
	.videoBox object,
	.videoBox embed{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}
	.videoBox:before{display:block;content:"";position:absolute;top:50%;left:50%;margin:-17px 0 0 -17px;width:35px;height:35px;background:url("../images/common/btn_video_mo.png") no-repeat top left;background-size:35px auto;z-index:10;line-height:0;text-indent:-999px;}
	.videoBox:after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0.6}
	

	.learnMore{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:15px;color:#002c5e;}/* blue */
	.learnMore:hover,
	.learnMore:focus{text-decoration:underline;color:#002c5e;}
	.learnMore:after{content:""; display:inline-block; width:6px; height:8px; margin-left:4px; background:url("../images/common/learn_more_arr_mo.png") no-repeat 0 0;background-size:6px 8px;}

	.learnMoreW{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:15px;color:#ffffff;}/* white */
	.learnMoreW:hover,
	.learnMoreW:focus{text-decoration:underline;color:#ffffff;}
	.learnMoreW:after{content:""; display:inline-block; width:6px; height:8px; margin-left:4px; background:url("../images/common/learn_more_w_arr_mo.png") no-repeat 0 0;background-size:6px 8px;}

	.newWindows{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:15px;color:#002c5e;}/* blue */
	.newWindows:hover,
	.newWindows:focus{text-decoration:underline;color:#002c5e;}
	.newWindows:after{content:""; display:inline-block; width:10px; height:10px; margin-left:4px; background:url("../images/common/ico_new_windows_mo.png") no-repeat 0 0;background-size:10px 10px;}

	.newWindowsW{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:15px;color:#ffffff;}/* white */
	.newWindowsW:hover,
	.newWindowsW:focus{text-decoration:underline;color:#ffffff;}
	.newWindowsW:after{content:""; display:inline-block; width:10px; height:10px; margin-left:4px; background:url("../images/common/ico_new_w_windows_mo.png") no-repeat 0 0;background-size:10px 10px;}

	.linkSns{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:15px;color:#ffffff;}
	.linkSns:hover,
	.linkSns:focus{text-decoration:underline;color:#ffffff;}
	.linkSns:before{content:""; display:inline-block;margin-top:-2px;margin-right:5px; width:18px; height:18px;background:url("../images/common/ico_link_sns_mo.png") no-repeat 0 0;background-size:18px 18px;vertical-align:top;}

	.linkWebsite{display:inline-block;position:relative;font-family:"HyundaiMedium";font-size:15px;color:#ffffff;}
	.linkWebsite:hover,
	.linkWebsite:focus{text-decoration:underline;color:#ffffff;}
	.linkWebsite:before{content:""; display:inline-block;margin-top:1px;margin-right:5px; width:12px; height:12px;background:url("../images/common/ico_website_mo.png") no-repeat 0 0;background-size:12px 12px;vertical-align:top;}

	/*paging*/
	.paging{display:table;width:100%;margin-top:-10px;padding-bottom:60px;font-size:0;line-height:12px;text-align:center;}
	.paging .btnPaging{display:inline-block; background:url("../images/common/btn_paging.png") no-repeat; text-indent:-9999px; height:10px;margin:0 8px; vertical-align:middle; margin-top:-2px; -webkit-background-size:auto 20px; background-size:auto 20px;}
	.paging .btnPaging.btnFirst{width:12px; background-position:0 -10px;}
	.paging .btnPaging.btnPrev{width:6px; background-position:-29px -10px;}
	.paging .btnPaging.btnNext{width:6px; background-position:-35px -10px;}
	.paging .btnPaging.btnLast{width:12px; background-position:right -10px;}
	.paging .btnPaging.btnFirst.disabled{background-position:0 0;cursor:default;}
	.paging .btnPaging.btnPrev.disabled{background-position:-29px 0;cursor:default;}
	.paging .btnPaging.btnNext.disabled{background-position:-35px 0;cursor:default;}
	.paging .btnPaging.btnLast.disabled{background-position:right 0;cursor:default;}
	.paging .number{display:inline-block;padding:0 16px; overflow:hidden; vertical-align:top;}
	.paging .number button{float:left;font-family:"HyundaiMedium"; font-size:12px;margin:0 9px;}
	.paging .number button:hover,
	.paging .number button:focus{color:#00aad2}
	.paging .number button.on{color:#00aad2; text-decoration:underline;}

	/* Contact us */
	.brdWriteWrap{line-height:0;}
	.brdWriteWrap .conArea p{margin-top:12px}
	.brdWriteWrap .conArea p:first-child{margin-top:0;text-align:center;font-family:"HyundaiMedium"}
	.brdWriteWrap .btnWrap{margin-top:25px;padding-bottom:80px;}
	.brdWriteWrap .btnWrap .btn{float:right;width:calc(50% - 3px);line-height:45px;margin-top:0;}
	.brdWriteWrap .btnWrap .btn:first-child{float:left}
	.brdWriteWrap .conArea{margin-bottom:20px;}
	.brdWriteWrap .subscribe label{margin-right:45px;font-family:"HyundaiMedium";}
	.brdWriteWrap .reqBox{position:relative;top:45px;text-align:right;font-size:14px;line-height:16px;}
	.brdWriteWrap .req{display:inline-block;width:6px;height:5px;margin:-10px 5px 0 0;background:url("../images/common/bul_req.png") no-repeat top left;background-size:6px auto;line-height:0;font-size:0;vertical-align:middle;}
	.brdWriteWrap .brdWrite{width:100%;border-top:1px solid #e4dcd3;padding-top:30px}
	.brdWriteWrap .brdWrite dt{padding-bottom:15px;font-size:14px;vertical-align:middle;}
	.brdWriteWrap .brdWrite dd{position:relative;padding-bottom:25px;}
	.brdWriteWrap .brdWrite dd .boxWrap{display:table;width:100%}
	.brdWriteWrap .brdWrite dd .boxWrap span{display:table-cell; width:50%; vertical-align:top; }
	.brdWriteWrap .brdWrite dd .boxWrap span.space{width:20px; padding:0 5px; line-height:45px; overflow:hidden; color:#000; text-align:center; }
	.brdWriteWrap .brdWrite dd .boxWrap .btnWrap{position:absolute;top:5px;left:0;padding-bottom:0;margin-top:50px;width:100%}
	.brdWriteWrap .brdWrite dd .boxWrap .btnWrap .btn{width:100%;float:none}
	.brdWriteWrap .brdWrite .scrollCon{padding:15px;height:165px;line-height:21px;overflow:auto;border:1px solid #e4dcd3;}
	.brdWriteWrap .brdWrite dd .email{padding-bottom:55px}
	.brdWriteWrap .brdWrite dt label{position:relative;padding-right:7px;font-family:"HyundaiMedium";line-height:1;}
	.brdWriteWrap .brdWrite dt label .req{position:absolute;right:0;top:2px;margin:0;}
	.brdWriteWrap .brdWrite dt span{font-family:"HyundaiMedium";}
	.brdWriteWrap .brdWrite dd .half{display:block !important;width:100% !important;margin-top:10px}
	.brdWriteWrap .brdWrite dd .half:first-child{margin-top:0}
	.brdWriteWrap .brdWrite dd input.txt{width:100%;border:1px solid #e4dcd3 !important;height:45px !important}
	.brdWriteWrap .brdWrite dd textarea.txt{width:100%;height:130px !important;border:1px solid #e4dcd3 !important;}
	.brdWriteWrap .brdWrite dd select{background:#f6f3f2 url("../images/common/select_right_arr.png") no-repeat right center !important;height:45px !important}
	.brdWriteWrap .brdWrite dd .formCheckTxt{margin-top:15px;}
	.brdWriteWrap .brdWrite .scrollCon{border:1px solid #e4dcd3;height:165px;overflow:auto;padding:20px;line-height:16px}
	.brdWriteWrap .brdWrite .scrollCon strong{font-size:16px;font-family:"HyundaiMedium";}
	.brdWriteWrap.newsAlerts{line-height:normal}
	.brdWriteWrap.newsAlerts .btnWrap .btn{width:100%;}
	.brdWriteWrap.complete{line-height:normal}
	.brdWriteWrap.complete .btnWrap .btn{width:100%;}
	.brdWriteWrap.complete h2{text-align:center;font-size:19px}
	.brdWriteWrap.complete .stxt{font-size:14px;text-align:center}
	.brdWriteWrap.complete .brdWriteWrap .conArea{margin-bottom:0}
	.brdWriteWrap.complete .brdWrite{border-top:none;padding-top:14px}
	.brdWriteWrap.complete .brdWrite .formList{display:table;width:100%}
	.brdWriteWrap.complete .brdWrite .formList dt{display:table-cell;width:36%;vertical-align:middle;background:#e4dcd3;padding:12px 0 12px 15px;border-bottom:1px solid #f6f3f2}
	.brdWriteWrap.complete .brdWrite .formList dd{display:table-cell;width:64%;vertical-align:middle;background:#fff;padding:12px 15px;border-bottom:1px solid #e4dcd3;border-right:1px solid #e4dcd3}
	.brdWriteWrap.complete .brdWrite .formList:first-child dd{border-top:1px solid #e4dcd3}
	.brdWriteWrap .brdWrite dd ::-webkit-input-placeholder {color:#00aad2;}
	.brdWriteWrap .brdWrite dd ::-moz-placeholder {color:#00aad2;}
	.brdWriteWrap .brdWrite dd :-ms-input-placeholder {color:#00aad2;}
	.brdWriteWrap .brdWrite dd :-moz-placeholder {color:#00aad2;}

	/* IR Map */
	.irMapWrap{margin-top:-32px;padding-bottom:70px}
	.irMapWrap a{position:relative;display:block}
	.irMapWrap .subTit4{margin-top:40px;font-size:17px;}
	.irMapWrap .subTit4 a{text-decoration:none;}
	.irMapWrap .subTit4 a:hover,
	.irMapWrap .subTit4 a:focus,
	.irMapWrap .subTit4.on a{color:#00aad2;text-decoration:none;}
	.irMapWrap .subTit4.on a:after{background-position:0 0}
	.irMapWrap .subTit5{margin-top:20px;}
	.irMapWrap .subTit5 a{text-decoration:underline;}
	.irMapWrap .irMapList{margin-top:10px;}
	.irMapWrap .irMapList li{margin-top:7px;font-size:12px;}
	.irMapWrap .irMapList li a{color:#767676;text-decoration:underline;}
	.irMapWrap .irMapList li a:hover,
	.irMapWrap .irMapList li a:focus,
	.irMapWrap .irMapList li.on a{text-decoration:underline;color:#00aad2;font-family:"HyundaiMedium";}

	/* Report */
	.reportWrap{padding-bottom:30px;}
	.reportWrap .gridWrap{margin-bottom:50px;}
	.reportWrap .grid{position:relative;background:#fff;min-height:159px;margin-bottom:16px;padding:35px 25px 30px;}
	.reportWrap .grid .subTit3{font-size:19px;line-height:24px;margin-top:-4px;}
	.reportWrap .grid .btmTool{margin-top:51px;font-size:0}
	.reportWrap .btnWrap{padding-bottom:40px}
	.reportWrap .info{margin-bottom:4px;font-size:12px;}
	.reportWrap .info .no{padding-left:0;color:#000;font-family:"HyundaiMedium";}
	.reportWrap .info .no:before{display:none;}
	.reportWrap .info .date{margin-left:6px;}
	.reportWrap .info .date:before{content:'';display:inline-block;width:1px;height:9px;background:#d4d4d4;margin-right:10px;vertical-align:-1px;}
	.reportWrap .n3 .grid{padding:24px 20px;}
	.reportWrap .n3 .grid .btmTool{margin-top:79px;}
	.bgW .reportWrap .grid{background-color:#f6f3f2;}

	.reportWrap#investor_news_thumbn .grid{padding:24px 20px;height:220px;}
	.reportWrap#investor_news_thumbn .grid .subTit{overflow:hidden;height:48px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.reportWrap#investor_news_thumbn .grid .btmTool{margin-top:75px;}

	.reportInfo .subTit3{margin-bottom:15px;}
	.reportInfo select{margin-bottom:15px;}
	.reportInfo .btnOnly{margin-bottom:40px;text-align:center;}

	/* layerPop */
	.layerPop{display:none;position:absolute;left:0;top:0;width:100%;z-index:99999;}
	.layerPop .dim{position:fixed;left:0;right:0;top:0;bottom:0;background:url("../images/common/popup-bg.png") repeat left top;}
	.layerPop .layerPopArea{position:relative;margin:140px 15px 0 15px;padding-bottom:100px}
	.layerPop .layerPopArea .btnLayerClose{display:block;position:absolute;top:15px;right:15px;text-indent:-999em;width:12px;height:12px;background:url("../images/common/btn_layer_close.png") no-repeat;background-size:12px;}

	.layerPop .popCont{padding:50px 30px;background:#fff;text-align:center;}
	.layerPop .popCont .headTit{display:block;padding:0 0 10px 0;font-size:19px;font-family:"HyundaiMedium";}
	.layerPop .popCont .titMsg{display:block;margin:10px 0 20px 0;font-size:17px;line-height:22px;}
	.layerPop .popCont .titMsg a{display:block;color:#002c5f;text-decoration:underline;}
	.layerPop .popCont .icoNoti{display:block;text-indent:-999em;width:46px;height:46px;background:url("../images/common/ico_noti_mo.png") no-repeat;background-size:46px;margin:0 auto 10px auto}
	.layerPop .popCont .icoNoti1{display:block;text-indent:-999em;width:46px;height:46px;background:url("../images/common/ico_noti_mo_1.png") no-repeat;background-size:46px;margin:0 auto 10px auto}
	.layerPop .popCont .message{margin:20px 0 15px 0;color:#000;}
	.layerPop .popCont .message.bold{font-family:'HyundaiMedium'}
	.layerPop .popCont .message.wrong{color:#00aad2}
	.layerPop .popCont .conArea{margin-bottom:30px;}
	.layerPop .popCont .inputWrap{width:100%}
	.layerPop .popCont .inputWrap input.txt{width:100%;height:50px !important;border:1px solid #e4dcd3 !important;}
	.layerPop .popCont .etc{margin-top:20px;padding-top:20px;border-top:1px solid #e4dcd3;}
	.layerPop .popCont .etc .message{margin-top:0;}
	.layerPop .popCont .btnWrap{margin-top:20px;padding-bottom:0;}

	.layerPop .pdfList{width:100%;margin-top:30px;margin-bottom:15px;text-align:left}
	.layerPop .pdfList li{padding-top:25px}
	.layerPop .pdfList li:first-child{padding-top:0}
	.layerPop .pdfList li .btnDown{display:block;background-position:right top;padding-left:0}

	.depList > .listItem{position:relative;padding-left:12px;}
	.numList > .listItem{position:relative;margin-bottom:40px;padding-left:18px;}
	.numList02 > .listItem{position:relative;margin-bottom:15px;padding-left:21px;}
	.depWordList > .listItem{position:relative;padding-left:19px;}
	.depList .blIcon,
	.depWordList .blIcon,
	.numList .blIcon,
	.numList02 .blIcon{position:absolute;left:0;top:0;padding-right:5px;}

	.noticeList{margin-top:20px;}
	.noticeList li{margin-top:11px;padding-left:15px;line-height:17px;background:url("../images/common/ico_notice_grey_mo.png") no-repeat left 2px;background-size:11px 11px;color:#666666;font-size:12px;text-align:left;}
	ul.txtList{margin-bottom:-5px;}
	ul.txtList > li{margin-bottom:5px;padding-left:10px;background:url("../images/common/bul_txtlist.gif") no-repeat 0 8px;}

	.txtDesc{font-size:12px;}
	.programWrap{padding-bottom:60px;}
	.programWrap .program{}/* 추후수정예정 */

	/* calendar */
	.calendarWrap{position:relative;padding-bottom:70px}
	.calendarWrap .calendarControl{position:relative;text-align:center;margin-bottom:30px;font-size:0;display:table;width:100%;z-index:30}
	.calendarWrap .calendarControl a:hover,
	.calendarWrap .calendarControl a:focus{text-decoration:none}
	.calendarWrap .calendarControl .topTit{display:inline-block;line-height:1;font-size:22px}
	.calendarWrap .calendarControl .date{position:relative;display:inline-block;vertical-align:top;font-size:22px;font-family:"HyundaiMedium";line-height:1;padding-right:22px;margin:0 15px}
	.calendarWrap .calendarControl .date:after{display:block;content:"";width:7px;height:5px;background:url("../images/common/bg_calendar.png") no-repeat;background-size:7px;position:absolute;top:50%;right:0;margin-top:-3px}
	.calendarWrap .calendarControl .btnPrev{display:inline-block;vertical-align:top;text-indent:-9999px;width:8px;height:13px;background:url("../images/common/bg_calendar.png") no-repeat 0 -21px;background-size:8px;margin-top:5px}
	.calendarWrap .calendarControl .btnNext{display:inline-block;vertical-align:top;text-indent:-9999px;width:8px;height:13px;background:url("../images/common/bg_calendar.png") no-repeat 0 -7px;background-size:8px;margin-top:5px;}
	.calendarWrap .calendarControl .calOption{display:none;position:absolute;z-index:2;top:30px;left:35px;right:35px;margin:0 auto;font-size:16px;background:#fff;height:220px;border:1px solid #000}
	.calendarWrap .calendarControl .calOption .grid{position:relative;text-align:left;padding:9px 0 15px 15px;float:left;width:50%}
	/*.calendarWrap .calendarControl .calOption .grid:after{display:block;content:'';width:100%;height:30px;background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(255,255,255,255));position:absolute;left:0;bottom:15px}*/
	.calendarWrap .calendarControl .calOption .grid .subTit3{display:block;margin-bottom:10px;font-size:14px}
	.calendarWrap .calendarControl .calOption .grid:first-child{border-right:1px solid #e4dcd3}
	.calendarWrap .calendarControl .calOption .grid .calRoll{overflow-y:auto;height:178px;-webkit-overflow-scrolling: touch}
	.calendarWrap .calendarControl .calOption .grid .calRoll .on button{color:#00aad2;text-decoration:underline}
	.calendarWrap .calendarControl .calOption .grid .calRoll li{font-size:12px;margin-top:7px}
	.calendarWrap .calendarControl .calOption .grid .calRoll li:first-child{margin-top:0}
	.calendarWrap .calendarControl .calOption .btnOptionClose{position:absolute;top:15px;right:15px;height:12px;overflow:hidden}
	.calendarWrap .calendarControl .calOption .btnOptionClose img{width:12px}
	.calendarWrap .calToday{position:absolute;z-index:31;top:0;right:0;font-family:"HyundaiMedium";text-decoration:underline;}
	.calendarWrap .calHead{background-color:#002c5f;overflow:hidden}
	.calendarWrap .calHead ul{display:table;width:100%}
	.calendarWrap .calHead ul li{display:table-cell;width:14.28%;text-align:center;color:#fff;font-family:"HyundaiMedium";padding:10px 0;font-size:12px}
	.calendarWrap .calBody{background:#fff}
	.calendarWrap .calBodyArea{position:relative;z-index:1;transition:height 0.3s;overflow:hidden;width:100%}
	.calendarWrap .calBodyArea > li{float:left;width:14.28%;border-right:1px solid #e4dcd3;border-bottom:1px solid #e4dcd3;padding:5px 8px;background:#fff;font-size:12px;}
	.calendarWrap .calBodyArea > li:first-child{border-left:1px solid #e4dcd3}
	.calendarWrap .calBodyArea > li.on{background:#f6f3f2;border-bottom:none}
	.calendarWrap .calBodyArea > li .btnCalMore{display:block;width:100%;height:100%;text-align:left;vertical-align:top;box-sizing:border-box;padding-bottom:90%;}
	.calendarWrap .calBodyArea > li .btnCalMore .work{display:inline-block;vertical-align:top;width:4px;height:4px;background:#00aad2;border-radius:50%;margin-left:3px;margin-top:5px}
	.calendarWrap .calBodyArea > li.today{background:#f6f3f2;font-family:"HyundaiMedium"}
	.calendarWrap .calBodyArea > li.today .btnCalMore{position:relative;font-family:"HyundaiMedium";z-index:2;}
	.calendarWrap .calBodyArea > li .btnCalMore + .txtToday{position:absolute;top:24px;left:50%;margin:-4px -8px -5px -12px;z-index:1;}
	.calendarWrap .calBodyArea > li .txtToday{display:block;font-size:8px;font-family:"HyundaiMedium";margin:0 -8px -5px -8px;text-align:center;}
	.calendarWrap .calBodyArea > li .calMoreContent{display:none;position:absolute;top:120px;left:0;right:0;background:#f6f3f2;z-index:30;padding:0 20px 10px}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner{padding:36px 0 37px;border-top:1px solid #e4dcd3}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner:first-child{border-top:0;}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner .titBox{position:relative;padding-bottom:24px;}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner .date{display:block;position:absolute;bottom:0;font-family:"HyundaiRegular";line-height:1}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner h3{font-size:17px;line-height:22px}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner .conArea{padding-top:19px;font-family: "HyundaiRegular";}
	.calendarWrap .calBodyArea > li .calMoreContent .calMoreInner .pdfDown{margin-top:20px;}
	.calendarWrap .calBodyArea > li .calMoreContent .btnMoreClose{position:absolute;top:17px;right:17px;}
	.calendarWrap .calBodyArea > li .calMoreContent .btnMoreClose img{width:10px}

	.fifaWorldCup .imgArea{text-align:center;}
	.fifaWorldCup .imgArea img{width:94px;height:94px;}

	.countryListWrap{}
	.countryListWrap .gridWrap{padding-bottom:66px;}
	.countryListWrap .gridWrap .gridRows{overflow:hidden;}
	.countryListWrap .n3 .grid{float:left;width:50%;margin-left:0;margin-top:20px;font-size:12px;line-height:18px}
	.countryListWrap .n3 .grid .txtCountry{font-size:12px;}
	.countryListWrap .n3 .grid a{overflow:hidden;display:block;position:relative;}
	.countryListWrap .n3 .grid a:hover,
	.countryListWrap .n3 .grid a:focus{text-decoration:none}
	.countryListWrap .n3 .grid a .flag{float:left;margin:0 10px 10px 0;}

	.txtNote{margin-top:5px;font-size:12px;}
	.txtNote .note{margin:6px 0 0 0;}
	.note{overflow:hidden;position:relative;display:inline-block;width:10px;height:8px;margin:3px 2px 0 0;font-size: 0;line-height:4;vertical-align:top;}
	.note:before{content:'*';display:block;width:8px;height:8px;font-size:12px;line-height:1;color:#000;}

	.noteList{margin-top:7px;font-size:12px;}
	.noteList .tit{display:block;font-family:"HyundaiMedium";}
	.noteList ul li{position:relative;padding-left:12px;line-height:17px;}
	.noteList ul li .blIcon{position:absolute;left:0;top:0;padding-right:5px;}

	.zoomLayerCont{padding-bottom:60px;}
	.zoomLayerCont img{width:100%;}

	.fullTxtCont{padding:0 15px 55px;}
}

@media screen and (min-width:768px) and (max-width:1023px){
	.tableInner.scroll{overflow:initial !important;margin-right:0 !important;-webkit-overflow-scrolling: touch}
	.tableInner.scroll .tableType{width:100% !important}
	.brdTableWrap .tableInner.scroll{overflow-x:auto !important;margin-right:-15px !important;}
}

@media print{
	#skipNavi,
	#gnbMenu,
	.contTop,
	.utillTopBox,
	.naviJumpWrap,
	.naviJumpWrapN,
	.footerWrap{display:none;}
	.togListWrap .togCont{display:block;}
	.tableInner.scroll{overflow:initial !important}
	.tableInner.scroll .tableType{width:100% !important}
	th{border:1px solid #e4dcd3 !important;}
	td{border:1px solid #e4dcd3 !important;}
	.tableType table thead th{color:#fff !important;}

	.pdfDown,
	.btnDown{padding-left:0 !important;text-decoration:underline;}
	.learnMore{text-decoration:underline;}
	button{border:0 !important;}

	.contentWrap{padding:40px;}
	.contentWrap .contWrap{min-width:auto !important;}

	.directorList .grid{width:30%;}

	.togListWrap .btnWrap{display:none;}
	.togListWrap .btnOpenClose{height:auto;padding:15px 20px;line-height:24px;}
	.togListWrap .togCont{padding:20px;}

	.calendarWrap .calHead ul li{color:#fff !important;border:1px solid #e4dcd3;}
	.calendarWrap .calBodyArea > li{width:130px;}

	.tabWrap.n3 .tab{width:33.33% !important;}
	.tabWrap.n3 .tab:first-child{width:33.33% !important;}
	.tabWrap.n2 .tab{width:50% !important;}
	.tabWrap.n6 .tab{width:16.6% !important;}
	.tabWrap.n6 .tab:first-child{width:16.6% !important;}
	.tabWrap .tabArea{border:1px solid #e4dcd3;}
	.tabWrap .tabArea .tab .link{background-color:#444444 !important;color:#fff !important;}
	.tabWrap .tabArea .tab.on .link{text-decoration:underline !important;background-color:#fff !important;color:#000 !important;}

	.slideInfo2{min-width:100% !important;width:100% !important;}
	.slideInfo2 .bgCenter{position:relative;left:0;margin-left:0;width:100% !important;}
	.slideInfo2 .info{position:relative;width:100%;border:1px solid #e4dcd3;}
	.mobileOnly{display:none !important;}

	.reportWrap .n3 .grid{width:31% !important;border:1px solid #e4dcd3;}
	.reportWrap .n4 .grid{width:22.5% !important;border:1px solid #e4dcd3;}
	.calendarInfoWrap .grid{width:48% !important;}
	.calendarInfoWrap .dateArea{width:20% !important;border:1px solid #e4dcd3;}
	.calendarInfoWrap .infoArea{width:80% !important;border:1px solid #e4dcd3;}

	.irMapWrap{padding:0 0 30px 50px;}
	.irMapWrap.n4 .grid{width:24% !important;margin-left:0 !important;}

	.calendarWrap{overflow:hidden !important;width:100% !important;}
	.calendarWrap .calHead ul li{width:14.25% !important;border:1px solid #e4dcd3 !important;}
	.calendarWrap .calBodyArea > li{width:14.25% !important;}

	.togListEvent .togTitWrap{border:1px solid #e4dcd3;}
	.brdTitBox{background-color:#f6f3f2 !important;}
	.brdViewEtc .file dt,
	.brdViewEtc .tag dt{padding-bottom:15px;}
	.brdViewEtc .file dd,
	.brdViewEtc .tag dd{width:100% !important;}

	.tool{display:none;}

	.statisticWrap .grid{width:31% !important;border:1px solid #e4dcd3;}
	.noPrint{display:none}

	.quickArea,
	.btnContentTop{display:none;}
}

/*M-00125*/
@media print, screen and (max-width: 20000px) and (min-width: 741px){
.contentWrap .etcInfomationWrap .contBox{padding-top:0;}
.etcInfomationWrap{}				
.etc_list_box{}
.etc_list_box ul li{display:block;position:relative;padding-left:21px;background: url(../images/common/ico_notice_grey.png) no-repeat left 7px;}/**/
}
@media screen and (max-width: 740px) and (min-width: 0){
.contentWrap .etcInfomationWrap .contBox{padding-top:0;}
.etcInfomationWrap{}
.etc_list_box ul li{display:block;position:relative;padding-left:15px;background: url(../images/common/ico_notice_grey_mo.png) no-repeat left 5px;background-size: 11px 11px;font-size: 12px;}
}
/*M-00125 END*/

@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
	/* Site map */
	.siteMapWrap{padding-bottom:60px;}
	.siteMapWrap .btnOpenClose{display:block;width:100%;border-top:1px solid #e5e5e5;padding:36px 0;background:#fff;font-size:30px;text-align:left;text-decoration:none;}
	.siteMapWrap .siteMapList:first-child .btnOpenClose:first-child{border-top:none;}
	.siteMapWrap .btnOpenClose:after{content:'';display:block;position:absolute;right:0;top:50%;width:20px;height:12px;margin-top:-6px;background:url("../images/common/bg_toggle.png") no-repeat 0 -90px;}
	.siteMapWrap .siteMapList.on .btnOpenClose:after{background:url("../images/common/bg_toggle.png") no-repeat 0 0;}
	.siteMapWrap .siteMapCont{display:none;padding:10px 0 90px;}
	.siteMenuList .menu{display:inline-block;width:220px;margin-bottom:24px;vertical-align:top;padding-right:20px;}
	.siteMenuList .menu a{text-decoration:underline;}
	.siteMenuList .menu .subTit4{font-family:"HyundaiMedium";font-size:16px;line-height:30px;}
	.siteMenuList .depMenu1{margin-top:4px;}
	.siteMenuList .depMenu1>li{padding-top:12px;font-size:14px;line-height:18px;}
	.siteMenuList .depMenu1>li:first-child{padding-top:0;}
	.siteMenuList .depMenu1>li a{font-size:14px;text-decoration:underline;}
	.siteMenuList .depMenu1>li .depMenu2{margin:4px 0 10px 0;}
	.siteMenuList .depMenu1>li .depMenu2 li{padding:9px 0 0 8px;}
	.siteMenuList .depMenu1>li .depMenu2 li:before{content:'-';display:inline-block;margin:0 3px 0 -8px;}
	.siteMenuList .depMenu1>li .depMenu2 li a{color:#767676;}
	.siteMenuList a.newWin:after{content:"";overflow:hidden;display:inline-block;width:7px;height:7px;margin-left:10px;background:url("../images/common/ico_gnb_newwin.png") no-repeat 0 -7px;font-size:0;line-height:0}
	.siteMenuList a.newWin:hover:after{background:url("../images/common/ico_gnb_newwin.png") no-repeat 0 0}

	/* Line up */
	.lineupWrap{}
	.lineupWrap.gridWrap{padding-bottom:23px;}
	.lineupWrap .gridRow{padding-bottom:67px;overflow:hidden}
	.lineupWrap.n4 .grid{width:265px;margin-left:20px;}
	.lineupWrap.n4 .gridRows .grid:first-child{margin-left:0px !important;}
	.lineupWrap .carName{display:block;font-family:"HyundaiMedium";font-size:20px;line-height:26px}
	.lineupWrap .lineupMenuList{margin-top:15px;}
	.lineupWrap .lineupMenuList li{line-height:36px}
	.lineupWrap .lineupMenuList li a{font-size:16px;text-decoration:underline;}


	/* Legal */
	.legalWrap{padding-bottom:110px}
	.legalWrap h2{font-size:44px;padding-bottom:20px}
	.legalWrap h3{font-size:30px;text-align:center;margin-top:67px}
	.legalWrap .conArea p{margin-top:33px}

	/* Downloads */
	.downList{position:relative; padding-bottom:100px;}
	.downList .lineArea{ position:relative; overflow:hidden;transition:height 0.3s;height:310px}
	.downList .lineArea .item{ float:left; width:232px; margin-right:64px;}
	.downList .lineArea .item.nomargin{ margin-right:0;}
	.downList .lineArea .item .thumbnail{ margin-bottom:19px;}
	.downList .lineArea .item .thumbnail img{width:240px; height:130px;}
	.downList .lineArea .item .btnCarMore{text-align:left; margin-top:75px; display:block;}
	.downList .lineArea .item .btnCarMore > .link{position:relative;display:block;color:#000;font-size:14px;font-family:"HyundaiMedium";line-height:1;margin-top:10px;padding-left:20px}
	.downList .lineArea .item .btnCarMore > .link:before{display:block;content:'';position:absolute;left:0;background-position:0 0;background-repeat:no-repeat;}
	.downList .lineArea .item .btnCarMore > .link:first-child{margin-top:0}
	.downList .lineArea .item .btnCarMore.on > .link.btnImage{color:#002c5f}
	.downList .lineArea .item .btnCarMore .btnBrochure:before{width:9px;height:10px;background-image:url("../images/common/ico_ebrochure.png");top:1px}
	.downList .lineArea .item .btnCarMore .btnImage:before{width:10px;height:6px;background-image:url("../images/common/ico_image.png");top:4px}
	.downList .lineArea .item .btnCarMore.on > .link.btnImage:before{background-image:url("../images/common/ico_image_on.png")}
	.downList .lineArea .item .conAreas{ color:#767676; line-height:16px; margin-bottom:16px;}
	.downList .lineArea .item .btn{width:100%;}
	.downList .lineArea .item .btnCarMoreInner{text-align:left}

	.downList .downMoreContent{ position:absolute; left:0;top:325px; width:100%; background:#f6f3f2;z-index:30;padding:40px 60px; display:none;}
	.downList .downMoreContent:after{ display:block;content:""; position:absolute; left:25px; top:-10px; width: 20px;height: 20px; background:#f6f3f2;transform: translateY(0px) rotate(45deg);-webkit-transform: translateY(0px) rotate(45deg);z-index:10;}
	.downList .item1 .downMoreContent:after{left:75px;}
	.downList .item2 .downMoreContent:after{left:370px;}
	.downList .item3 .downMoreContent:after{left:665px;}
	.downList .item4 .downMoreContent:after{left:965px;}
	.downList .downMoreContent .downArea ul:after{display:block;clear:both;content:''}
	.downList .downMoreContent .downArea ul li{float:left;margin-left:20px}
	.downList .downMoreContent .downArea ul li:first-child{margin-left:0 }
	.downList .downMoreContent .downArea ul li .thumb{margin-bottom:19px}
	.downList .downMoreContent .downArea ul li .thumb img{width:320px; height:211px;}
	.downList .downMoreContent .downArea ul li .size:after{display:block;clear:both;content:''}
	.downList .downMoreContent .downArea ul li .size a{position:relative;display:block;float:left;font-size:16px;font-family:'HyundaiMedium';color:#002c5f;line-height:1;padding-left:10px;margin-left:10px}
	.downList .downMoreContent .downArea ul li .size a:first-child{padding-left:0;margin-left:0}
	.downList .downMoreContent .downArea ul li .size a:before{display:block;content:'';width:1px;height:12px;background:#002c5f;position:absolute;top:2px;left:0}
	.downList .downMoreContent .downArea ul li .size a:first-child:before{display:none}
	.downList .btnMoreClose{ position:absolute; right:17px; top:17px;}
	.downList .btnMoreClose img{ width:10px;}

	/* your location */
	.yourLocationWrap .titWrap{width: 1120px;padding:15px 0 70px;text-align: center;}
	.yourLocationWrap .titWrap .ftit{font-size:60px;line-height:64px;}
	.yourLocationWrap .titWrap .stit{margin-top:12px;font-size:20px;line-height:26px;}

	.locationListBox{background:#fff;padding:60px 0 0 60px;}
	.locationListBox.info {margin-left:-55px;font-size:0;display:table;overflow:hidden;margin-top:-25px}
	.locationListBox .info .infoCont {display:inline-block;vertical-align:top;width:420px; margin:0 100px 55px 0;font-size:14px;}
	.locationListBox .info .infoCont .tit {margin-bottom:20px;font-size:14px;}
	.locationListBox .info .infoCont dl {overflow:hidden; height:100%; line-height:26px;}
	.locationListBox .info .infoCont dl dt {float:left; width:73px;}
	.locationListBox .info .infoCont dl dd {padding-left:73px;}
	.locationListBox .info .infoCont dl dd a {color:#002c5e;text-decoration:underline}

	.contentWrap .copyright{width:1120px;margin:0 auto;padding:95px 0;color:#000;font-size:13px;opacity:0.6;text-align:center;}
}

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
	/* Site map */
	.siteMapWrap{padding-bottom:60px;}
	.siteMapWrap .btnOpenClose{overflow:hidden;position:relative;display:block;width:100%;border-top:1px solid #e5e5e5;padding:26px 0;background:#fff;font-size:22px;text-align:left;text-decoration:none;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
	.siteMapWrap .siteMapList:first-child .btnOpenClose:first-child{border-top:none;}
	.siteMapWrap .btnOpenClose:after{content:'';display:block;position:absolute;right:0;top:50%;width:12px;height:7px;margin-top:-3px;background:url("../images/common/bg_toggle.png") no-repeat 0 -54px;background-size:12px auto;}
	.siteMapWrap .siteMapList.on .btnOpenClose:after{background:url("../images/common/bg_toggle.png") no-repeat 0 0;background-size:12px auto;}
	.siteMapWrap .siteMapList.on .siteMapCont{display:block;}
	.siteMapWrap .siteMapCont{display:none;padding:4px 0 55px;}
	.siteMenuList .menu{display:inline-block;width:49%;margin:10px 0 13px;padding-right:20px;vertical-align:top;}
	.siteMenuList .menu>a{font-family:"HyundaiMedium";}
	.siteMenuList .menu a{text-decoration:underline;}
	.siteMenuList .menu .subTit4{font-family:"HyundaiMedium";line-height:21px;}
	.siteMenuList .depMenu1{margin-bottom:7px;}
	.siteMenuList .depMenu1{line-height:18px;}
	.siteMenuList .depMenu1>li{margin-top:24px;font-size:12px;}
	.siteMenuList .depMenu1 li a{font-size:12px;text-decoration:underline;}
	.siteMenuList .depMenu1 .depMenu2{margin:4px 0 9px 0;}
	.siteMenuList .depMenu1>li .depMenu2 li{margin-top:10px;padding-left:8px;}
	.siteMenuList .depMenu1>li .depMenu2 li:before{content:'-';display:inline-block;margin:0 3px 0 -8px;}
	.siteMenuList .depMenu1 .depMenu2 li a{color:#767676;}
	.siteMenuList a.newWin:after{content:"";overflow:hidden;display:inline-block;width:10px;height:10px;margin-left:7px;background:url("../images/common/ico_gnb_newwin_mo.png") no-repeat top left;background-size:10px 10px;font-size:0;line-height:0;vertical-align:middle;}
	
	/* M-00086 */	
	.siteMap{padding:60px 15px; background:#fff}
	.notFound .siteMenuList a.newWin:after{display:none}
	.siteMapWrap{padding-bottom:20px}
	.siteMap .button a{color:#0caed4; position:relative; padding-right:12px; background:url(publish/images/common/btn_sitemap.png) right center no-repeat; font-family:"HyundaiMedium"; font-size:16px}
	.notFound .searchWrap{position:relative; left:auto; top:auto}
	.notFound .btnWrap{margin-top:10px}
	/*END M-00086 */
	
	/* Line up */
	.lineupWrap{}
	.lineupWrap.gridWrap{margin-left:-10px;padding-bottom:26px;}
	.lineupWrap .gridRows{overflow:hidden}
	.lineupWrap .grid{float:left;width:50%;margin-bottom:34px;padding-left:10px;}
	.lineupWrap .carName{font-family:"HyundaiMedium";font-size:17px;line-height:21px}
	.lineupWrap .lineupMenuList{margin-top:5px;}
	.lineupWrap .lineupMenuList li{line-height:30px}
	.lineupWrap .lineupMenuList li a{font-size:14px;text-decoration:underline;}

	/* Legal */
	.legalWrap{padding-bottom:75px}
	.legalWrap h2{font-size:27px;padding-bottom:2px}
	.legalWrap h3{font-size:19px;text-align:center;margin-top:52px}
	.legalWrap .conArea p{margin-top:20px}

	/* Downloads */
	.downList{ overflow:hidden; padding-bottom:60px;}
	.downList .lineArea{ height:auto !important;}
	.downList .lineArea .item .btnCarMoreInner{width:100%;text-align:left}
	.downList .item{padding:57px 35px 0 35px; position:relative !important; left:auto !important;top:auto !important;}
	.downList .item.nomargin{ margin-right:0;}
	.downList .item .thumbnail{ margin-bottom:16px;}
	.downList .item .thumbnail img{ width:100%;}
	.downList .item .btnCarMore{ width:100%;}
	.downList .item .btnCarMore > .link{position:relative;display:block;font-family:"HyundaiMedium";line-height:1;margin-top:12px;padding-left:26px}
	.downList .item .btnCarMore > .link:before{display:block;content:'';background-repeat:no-repeat;background-position:0 0;background-size:16px;position:absolute;left:0;top:0}
	.downList .item .btnCarMore > .link:first-child{margin-top:0}
	.downList .item .btnCarMore > .link.btnBrochure:before{width:16px;height:28px;background-image:url("../images/common/ico_ebrochure_mo.png")}
	.downList .item .btnCarMore > .link.btnImage:before{width:16px;height:9.5px;background-image:url("../images/common/ico_image_mo.png");top:1px}
	.downList .item .subTit3{font-size:17px;}
	.downList .item .conAreas{ color:#767676; line-height:19px; margin-bottom:14px;}
	.downList .item .btn{width:100%; line-height:35px; font-size:14px;}
	.downList .downMoreContent{ position:relative; background:#f6f3f2;z-index:30;padding:50px 30px;margin:25px -35px 0 -35px; display:none;}
	.downList .downMoreContent:after{ display:block;content:""; position:absolute; left:0; right:0;margin:0 auto; top:-7px; width: 15px;height: 15px; background:#f6f3f2;transform: translateY(0px) rotate(45deg);-webkit-transform: translateY(0px) rotate(45deg);z-index:10;}
	.downList .downMoreContent .downArea ul li{margin-top:30px}
	.downList .downMoreContent .downArea ul li:first-child{margin-top:0}
	.downList .downMoreContent .downArea ul li .thumb{margin-bottom:15px}
	.downList .downMoreContent .downArea ul li .size:after{display:block;clear:both;content:''}
	.downList .downMoreContent .downArea ul li .size a{position:relative;display:block;float:left;font-size:14px;font-family:'HyundaiMedium';color:#002c5f;line-height:1;padding-left:10px;margin-left:10px}
	.downList .downMoreContent .downArea ul li .size a:first-child{padding-left:0;margin-left:0}
	.downList .downMoreContent .downArea ul li .size a:before{display:block;content:'';width:1px;height:10px;background:#002c5f;position:absolute;top:1px;left:0}
	.downList .downMoreContent .downArea ul li .size a:first-child:before{display:none}
	.downList .btnMoreClose{ position:absolute; right:15px; top:15px;}
	.downList .btnMoreClose img{ width:12px;}

	/* your location */
	.yourLocationWrap .titWrap{margin-top:-10px;padding:0 20px 30px;text-align: center;}
	.yourLocationWrap .titWrap .ftit{font-size:30px;line-height:35px;}
	.yourLocationWrap .titWrap .stit{margin-top:20px;font-size:14px;line-height:19px;}

	.locationListBox{background:#fff;padding:40px 20px 5px;}
	.locationListBox .info .infoCont {margin-bottom:35px; font-size:12px;}
	.locationListBox .info .infoCont .tit {margin-bottom:10px; font-size:13px; line-height:18px;}
	.locationListBox .info .infoCont dl {overflow:hidden; height:100%; line-height:22px;}
	.locationListBox .info .infoCont dl dt {float:left; width:67px;}
	.locationListBox .info .infoCont dl dd {padding-left:67px;}
	.locationListBox .info .infoCont dl dd a {color:#002c5e;text-decoration:underline}

	.contentWrap .copyright{padding:50px 35px 60px;color:#000;font-size:12px;line-height:17px;opacity:0.6;text-align:center;}
}
@charset "utf-8";

button.link{color:#000;}
button.link.on{color:#00aad2;}

@media print,screen and (min-width:741px) and (max-width:20000px){
	/* history */
	.historyWrap{position:relative;  padding:100px 0;}
	.historyWrap .bg{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-position:center bottom; background-attachment:fixed; background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover;}
	.historyWrap.fixed .bg{position:fixed}
	.historyCont{overflow:hidden; position:relative;}
	.historyCont .imgArea{position: absolute;left: 0;top: 0;width: 50%;min-width: 620px;min-height: 860px;overflow: hidden;max-width: 800px;display:none;z-index: 1;}
	.historyCont.on .imgArea{ display:block;z-index:2}
	.historyWrap.fixed .imgArea{ position:fixed;top:170px;transform: translate3d(0px, 0px, 0px);}
	.historyCont .imgArea img{ position:absolute; left:50%; top:0;margin-left:-400px;}
	.historyCont .imgArea .titleArea{position:absolute; left:60px; top:52px;}
	.historyCont .imgArea .titleArea .his_tit{ font-size:80px; font-family:"HyundaiMedium";}
	.historyCont .imgArea .titleArea .his_tit.small{ font-size:58px; line-height:68px; font-family:"HyundaiMedium";}
	.historyCont .imgArea .titleArea .his_con{ font-size:20px; font-family:"HyundaiMedium";line-height:30px; margin-top:7px;}
	.historyCont .listAreaWrap{ width:50%; float:right;min-height:860px;}
	.historyCont .listArea{float:left; width:560px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;padding:52px 0 0 64px;}
	.historyCont .listArea h3{margin-bottom:22px;}
	.historyCont .listArea ul.txtList{margin-bottom:88px;}
	.historyCont .listArea ul.txtList.year > li{ padding-left:52px; position:relative;}
	.historyCont .listArea ul.txtList.year > li .year{ position:absolute; left:11px; top:0;}
	.historyCont .listArea ul.txtList li{margin-bottom:20px;font-size:14px;line-height:24px;}
	.historyCont .listArea ul.txtList ul li{margin-bottom:0;}
	.historyCont .listArea .img{display:none;}
	.historyCont .close{display:block; position:absolute; right:0; top:60px; width:40px; height:40px; background:url("../images/abouthyundai/btn_history_close.png") no-repeat; text-indent:-9999px;}

	/* vehicle history */
	.carHistoryList{position:relative;margin-top:-30px;padding-bottom:70px}
	.carHistoryList .lineArea{overflow:hidden; padding-bottom:28px;}
	.carHistoryList .lineArea .year{float:left;width:160px;font-size:44px;font-family:"HyundaiMedium";color:#cacaca;padding-top:62px}
	.carHistoryList .lineArea.on .year{color:#444}
	.carHistoryList .lineArea .itemGroup{float:left;width:992px;overflow:hidden;margin-left:-32px}
	.carHistoryList .lineArea .itemGroup .item{float:left;width:216px;margin-left:32px;text-align:center;padding:30px 0 25px 0 }
	.carHistoryList .lineArea .itemGroup .item a{ display:block;}
	.carHistoryList .lineArea .itemGroup .item a:hover span,
	.carHistoryList .lineArea .itemGroup .item a:focus span{ text-decoration:underline;}
	.carHistoryList .lineArea .itemGroup .item .link{display:inline-block;font-family:"HyundaiMedium";line-height:1;margin-top:10px}
	.carHistoryList .lineArea .itemGroup .item img{ width:216px; height:110px;}

	/* philosophy */
	.corporateCont .imgView1 .txtArea .subTit3{text-align:left;}
	.corporateCont .grid{overflow:hidden;}
	.corporateCont .imgArea{float:left;}
	.corporateCont .txtArea{float:right; width:450px; margin-top:-7px; padding:0;}
	.corporateCont .txtArea .conArea{width:auto; margin-bottom:47px;}
	.corporateCont .imgView1 .imgArea img{ width:auto; height:auto;}
	.visionCont .imgView1 .imgArea img{ width:auto; height:auto;}

	.managementCont{height:635px;font-family:"HyundaiMedium";}
	.managementCont .titArea{padding:0 170px 47px 170px;}
	.managementCont .topTit, .managementCont .conArea{color:#fff;}
	.managementCont img{width:auto !important;}
	.managementCont .conArea{padding:0 60px;font-size:20px;line-height:30px;text-align:center;}

	.coreValuesCont{padding:100px 160px 0;}
	.coreValuesCont .titArea{padding:0 0 46px;width:100%;}
	.coreValuesItem{overflow:hidden;padding-bottom:50px;}
	.coreValuesItem li{float:left; width:418px; margin-top:57px; padding-right:110px;}
	.coreValuesItem li.item02, .coreValuesItem li.item04{width:380px; padding-right:34px;}
	.coreValuesItem li h3{position:relative; color:#002c5f; font-family:"HyundaiMedium"; font-size:20px; text-align:center;}
	.coreValuesItem li h3:before{content:''; display:block;height:72px; margin:0 auto 17px; background:url("../images/abouthyundai/ico_core_values.png") no-repeat;}
	.coreValuesItem li .txt{margin-top:28px;}
	.coreValuesItem li.item01 h3:before{width:113px;background-position:0px 0;}
	.coreValuesItem li.item02 h3:before{width:153px;background-position:-139px 0;}
	.coreValuesItem li.item03 h3:before{width:125px;background-position:-312px 0;}
	.coreValuesItem li.item04 h3:before{width:153px;background-position:-457px 0;}
	.coreValuesItem li.item05 h3:before{width:131px;background-position:-629px 0;}

	.visionCont .subTit{margin:92px 0 25px; font-family:"HyundaiMedium";}
	.slideText .txtArea .conArea{margin-top:13px;}
	.slideText .btn_prev{top:50%;margin-top:-11px;}
	.slideText .btn_prev .prev{width:13px;height:21px;background:url("../images/common/btn_prev02.png") no-repeat;}
	.slideText .btn_next{top:50%;margin-top:-11px;}
	.slideText .btn_next .next{width:13px;height:21px;background:url("../images/common/btn_next02.png") no-repeat;}
	.slideText .swiper-wrapper{padding-bottom:50px;}
	.slideText .swiper-pagination{position:relative !important;top:initial !important;bottom:0;}

	/*Affiliates*/
	.grpList{overflow:hidden;margin:0 0 0 -20px;}
	.grpList li.grp{float:left;width:235px;margin-left:20px;}
	.grpList li.grp .logo img{width:235px;height:156px;}
	.grpList li.grp .link{height:70px;padding-top:20px;line-height:1}
	.grpList li.grp .link a{display:inline-block;padding-right:20px;text-decoration:none;font-size:14px;line-height:1;font-family:"HyundaiMedium";}

	/*network*/
	.networkMap{position:relative;}
	.networkMap .netWorkCopy{margin:-27px 0 120px 0;font-family:"HyundaiMedium";}
	.networkMap .modeWrap{position:absolute;z-index:10;bottom:30px;font-size:0;}
	.networkMap .modeWrap .mode{width:150px;height:38px;background:#fff;font-size:14px;line-height:38px;text-align:center;}
	.networkMap .modeWrap .mode:hover,
	.networkMap .modeWrap .mode:focus{text-decoration:none;}
	.networkMap .modeWrap .mode.on{background:#00aad2;color:#fff;}
	.networkMap .mapWrap{position:relative;margin-bottom:32px;}
	.networkMap .mapWrap .map{position:absolute;z-index:1;}
	.networkMap .mapWrap .map#korea{top:176px;left:453px;}
	.networkMap .mapWrap .map#america{top:174px;left:812px;}
	.networkMap .mapWrap .map#alabama{top:174px;left:812px;}
	.networkMap .mapWrap .map#europe{top:130px;left:198px;}
	.networkMap .mapWrap .map#india{top:231px;left:331px;}
	.networkMap .mapWrap .map#japan{top:157px;left:491px;}
	.networkMap .mapWrap .map#china{top:186px;left:389px;}
	.networkMap .mapWrap .map#czech{top:129px;left:170px;}
	.networkMap .mapWrap .map#turkey{top:168px;left:224px;}
	.networkMap .mapWrap .map#russia{top:108px;left:340px;}
	.networkMap .mapWrap .map#brazil{top:300px;left:870px;}

	.networkMap .mapWrap .map .location{width:30px;height:37px;background:url("../images/abouthyundai/bul_map.png") no-repeat top left;font-size:0;line-height:0;}
	.networkMap .mapWrap .map .tooltip{display:none;position:absolute;bottom:55px;min-width:130px;padding:10px 15px;background:#fff;box-shadow:0 3px 10px #a8a8a8;font-size:12px;line-height:14px;text-align:center;}
	.networkMap .mapWrap .map .tooltip:after{display:block;content:"";position:absolute;left:0;right:0;margin:0 auto;bottom:-5px;width:11px;height:11px;background:#fff;box-shadow:0 13px 10px #a8a8a8;transform: translateY(0px) rotate(45deg);}
	.networkMap .mapWrap .map .tooltip.wide{width:220px;}
	.networkMap .mapWrap .map .tooltip span{display:none;position:relative;padding-left:6px;text-align:left;line-height:20px;}
	.networkMap .mapWrap .map .tooltip span:before{content:'';display:block;position:absolute;overflow:hidden;width:2px;height:2px;background:#000000;top:8px;left:0;}
	.networkMap .mapWrap .map .tooltip span.on{display:block}
	.networkMap .mapWrap .map .tooltip span.on button{text-align:left;}

	.networkMap .mapWrap .map.on{z-index:10;}
	.networkMap .mapWrap .map.on .location{background:url("../images/abouthyundai/bul_map.png") no-repeat bottom left;}
	.networkMap .mapWrap .map.on .tooltip{display:block;}

	.networkMap .mapWrap button{display:none}
	.networkMap .mapWrap button.on{display:block;width:100%;text-align:center;}

	.mapCheckMode{padding-bottom:100px;padding-left:40px;line-height:18px}
	.mapCheckMode label{margin-right:16px;font-family:"HyundaiMedium";}
	.subTitBox{margin-bottom:40px;padding:27px 40px 23px;background:#f6f3f2;}

	.networkListWrap .networkList{display:none;margin-top:-30px;}
	.networkListWrap .networkList.on{display:block}

	/* network - motorstudio */
	.imgView1.motorstudioContWrap .grid{margin-bottom:77px;}
	.imgView1.motorstudioContWrap .txtArea{padding:0 !important;}
	.imgView1.motorstudioContWrap .imgArea.videoBox img{height:420px;}
	.imgView1.motorstudioContWrap .motorstudioContTxt{overflow:hidden;position:relative;padding-top:52px;}
	.imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap{float:left;width:560px;text-align:left;}
	.imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap .subTit{width:100%;margin:0 0 22px 0;text-align:left;}
	.imgView1.motorstudioContWrap .motorstudioContTxt .conArea{float:left;width:560px;}
	.imgView1.motorstudioContWrap .motorstudioContTxt .learnMore{display:block}

	/*IR*/
	.companyInfo .th{width:334px;}

	/* Utill Top Box */
	.utillTopBox{height:71px;border-bottom:1px solid #eaeaea;}
	.utillTopBox .utillTopInner{position:relative;overflow:hidden;width:1120px;margin:0 auto;}
	.utillTopBox .utillTopInner .btnDown{position:absolute;left:0;top:30px;}
	.utillTopBox .utillTopInner .utillRight{overflow:hidden;float:right;padding-top:23px;}
	.utillTopBox .utillTopInner .utillRight .utillRss{float:left;margin-right:30px;padding-left:27px;line-height:24px;background:url("../images/common/btn_rss.png") no-repeat left center;}
	.utillTopBox .utillTopInner .utillRight .utillPrint{float:left;margin-right:30px;padding-left:27px;line-height:24px;background:url("../images/common/btn_print.png") no-repeat left center;}
	.utillTopBox .utillTopInner .utillRight .utillFont{float:left;overflow:hidden}
	.utillTopBox .utillTopInner .utillRight .utillFont .fontSizeTit{float:left;line-height:24px;margin-right:10px;}
	.utillTopBox .utillTopInner .utillRight .utillFont button{float:left;width:24px;height:24px;text-indent:-9999px;}
	.utillTopBox .utillTopInner .utillRight .utillFont .fsBig{background:url("../images/common/btn_fontsize.gif") no-repeat left top;}
	.utillTopBox .utillTopInner .utillRight .utillFont .fsSmall{margin-left:-1px;background:url("../images/common/btn_fontsize.gif") no-repeat left bottom;}

	/* statistic box */
	.statisticWrap{padding-bottom:100px;}
	.statisticWrap .grid:first-child{margin-left:0;}
	.statisticWrap .grid{padding:35px 27px 0;width:352px;height:280px;background:#ffffff;}
	.statisticWrap .grid .statiyear{line-height:1;font-family:"HyundaiMedium";font-size:20px;}
	.statisticWrap .grid .statiTit{margin-top:27px;line-height:1;font-family:"HyundaiMedium";font-size:32px;text-align:center}
	.statisticWrap .grid .statiNum{margin-top:19px;line-height:1;font-family:"HyundaiMedium";font-size:60px;color:#00aad2;text-align:center}

	/* Contact us */
	.mapList{}/* n3 */
	.mapList .gridRow{margin-bottom:78px;overflow:hidden;}
	.mapList .imgArea img{width:352px;height:233px;}
	.mapList .subTit4{overflow:hidden;padding-top:48px;margin-bottom:-1px;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;line-height:1;}
	.mapList .conAreas{margin-top:22px;max-height:100%;-webkit-line-clamp:initial;line-height:24px}
	.mapList .conAreas .manager{display:inline-block;margin-top:5px;font-family:"HyundaiMedium"}
	.mapList .conAreas .mail{display:inline-block;margin-top:5px;font-family:"HyundaiMedium"}

	/* News Alerts */
	.newsAlerts .conArea{margin-bottom:60px}
	.newsAlerts .tableWrap{padding:0;}
	.newsAlerts .btnWrap{margin-top:60px;}

	/* around the world */
	.atwWrap{height:327px;margin-bottom:100px;padding-top:71px;background:url("../images/abouthyundai/bg_around.jpg") no-repeat left top}
	.atwWrap .worldList{width:500px;margin:-10px auto 0;padding-top:29px;text-align:center}
	.atwWrap .worldList .btn_world{display:inline-block;margin:10px 2px 0 1px;padding:0 20px;line-height:38px;background:#e4dcd3;color:#000;font-family:"HyundaiMedium";font-size:14px;}

	.contWrap.fontSize{ background:#ffffff; border-bottom:1px solid #eaeaea; height:70px;}
	.contWrap.fontSize .contBox{ padding-top:0;}

	.director{ margin-bottom:100px; overflow:hidden;}
	.director .grid1{float:right;}
	.director img{width:544px;height:618px;}
	.director .grid2{float:left;padding:35px 70px 0 0;}
	.director .grid2 .subTit4{ font-family:"HyundaiMedium";}
	.director .grid2 .subTit{ margin-bottom:12px;}
	.director .grid2 .conArea{ color:#666; margin-bottom:30px;}
	.directorList{ padding-bottom:30px; overflow:hidden;}
	.directorList .gridRow{ overflow:hidden; padding-bottom:61px;}
	.directorList .gridRow .grid:first-child{margin-left:0;}
	.directorList .grid .imgArea{ margin-bottom:32px;}
	.directorList .grid img{width:352px;height:233px;}
	.directorList .grid .subTit4{ margin-bottom:4px; font-family:"HyundaiMedium";}
	.directorList .grid .subTit3{ margin-bottom:13px;}
	.directorList .grid .conArea{margin-bottom:23px;}

	/* corporate message */
	.ceoMessage{width:1120px;padding-bottom:100px;}
	.ceoMessage .imgArea{float:left;width:740px;}
	.ceoMessage .imgArea img{width:740px;height:490px;}
	.ceoMessage .txtArea{float:right;display:table;width:380px;height:490px;padding:0 50px;background:#f6f3f2;}
	.ceoMessage .txtArea .subTit4{font-family:"HyundaiMedium";}
	.ceoMessage .txtArea .subTit{margin:2px 0 21px;}
	.ceoMessage .txtArea .txtMid{display:table-cell;vertical-align:middle;}
	.ceoMessage .txtArea .sign{margin-top:15px;}

	.txtSign {width:780px;margin:0 auto 30px;margin-top:43px;text-align:right;}


	.awardsType .tabListArea .tabList .tab{padding:0 60px 0 0; text-align:left;}
	.awardsType .tabListArea .tabList{width:780px;}
	.awardsType.open .tabListArea .tabList{padding:15px 0;}
	.awardsType.open .tabListArea .tabList .tab{ line-height:40px;}

	/* IR overview */
	.calendarInfoWrap{margin-top:-25px;}
	.calendarInfoWrap .calDate{padding-bottom:20px;text-align:right;line-height:1;}
	.calendarInfoWrap .calDate .stit{font-family:"HyundaiMedium";}
	.calendarInfoWrap .gridWrap{margin-bottom:58px;}
	.calendarInfoWrap .grid{overflow:hidden;width:544px;height:250px;margin-bottom:32px;}
	.calendarInfoWrap .grid:nth-child(2n+1) {margin-right:32px;}
	.calendarInfoWrap .dateArea{float:left;width:150px;height:250px;padding-top:85px;background:#002c5e;color:#fff;font-family:"HyundaiMedium";text-align:center;}
	.calendarInfoWrap .dateArea .month{display:block;font-size:20px;line-height:28px;}
	.calendarInfoWrap .dateArea .day{display:block;font-size:50px;line-height:53px;}
	.calendarInfoWrap .infoArea{position:relative;float:left;width:394px;height:250px;padding:40px 30px 40px 38px;background:#fff;}
	.calendarInfoWrap .infoArea .subTit{overflow:hidden;max-height:78px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.calendarInfoWrap .infoArea .date{margin-top:2px;color:#666;font-size:14px;}
	.calendarInfoWrap .infoArea .btmTool{position:absolute;left:38px;bottom:45px;}



	/* award */
	.awardList{position:relative; padding-bottom:100px;}
	.awardList .lineArea{ position:relative; overflow:hidden;transition:height 0.3s; height:250px; margin-bottom:17px;}
	.awardList .lineArea:last-child{margin-bottom:0;}
	.awardList .lineArea .item{ float:left; width:256px; margin-right:32px;}
	.awardList .lineArea .item.nomargin{ margin-right:0;}
	.awardList .lineArea .item .thumbnail{width:256px; margin-bottom:15px;}
	.awardList .lineArea .item .thumbnail img{width:256px;}
	.awardList .lineArea .item .btnAwardMore{text-align:center; display:block;}
	.awardList .lineArea .item .btnAwardMore .subTit4{position:relative;width:256px;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
	.awardList .lineArea .item .btnAwardMore .subTit4:after{content:'';position:absolute;top:50%;display:inline-block;width:0;height:0;border-style: solid;border-width: 6px 4.5px 0 4.5px;border-color: #000000 transparent transparent transparent; margin:-3px 0 2px 10px;}
	.awardList .lineArea .item .btnAwardMore.on .subTit4:after{-webkit-transform:rotate(180deg);transform:rotate(180deg) }
	.awardList .lineArea .item .conAreas{ color:#767676; line-height:16px; margin-bottom:16px;}
	.awardList .lineArea .item .btn{width:100%;}

	.awardList .awardMoreContent{ position:absolute; left:0;top:245px; width:100%; background:#f6f3f2;z-index:10;min-height:400px;padding:80px 60px 75px; display:none;}
	.awardList .awardMoreContent:after{ display:block;content:""; position:absolute; left:25px; top:-10px; width: 20px;height: 20px; background:#f6f3f2;transform: translateY(0px) rotate(45deg);-webkit-transform: translateY(0px) rotate(45deg);z-index:10;}
	.awardList .item1 .awardMoreContent:after{left:120px;}
	.awardList .item2 .awardMoreContent:after{left:408px;}
	.awardList .item3 .awardMoreContent:after{left:693px;}
	.awardList .item4 .awardMoreContent:after{left:985px;}
	.awardList .btnMoreClose{ position:absolute; right:17px; top:17px;}
	.awardList .btnMoreClose img{ width:10px;}

	.awardMoreContent .imgList{padding-bottom:0;}
	.awardMoreContent .imgList .imgArea img{width:460px;}
	.awardMoreContent .imgList .txtArea{padding:22px 0 0 0;}
	.awardMoreContent .reqBox{font-size:14px;line-height:16px;font-family:"HyundaiMedium";}
	.awardMoreContent .req{display:inline-block;width:6px;height:5px;margin:-8px 5px 0 0;background:url("../images/common/bul_req.png") no-repeat top left;background-size:6px auto;line-height:0;font-size:0;vertical-align:middle;}

	.awardCarList .carlineArea{overflow:hidden;height:100%;margin-top:60px;}
	.awardCarList .carlineArea .list{float:left;width:314px;margin-right:29px;}
	.awardCarList .carlineArea .list:last-child{margin-right:0;}
	.awardCarList .carlineArea .list img{width:230px;}
	.awardCarList .carlineArea .list .subTit4{margin-top:15px;font-family:"HyundaiMedium"; text-decoration:underline;}
	.awardCarList .carlineArea .list ul{font-size:14px;line-height:24px;}
	.awardCarList .carlineArea .list ul li strong{display:block;margin:15px 0 5px;font-family:"HyundaiMedium";}
	.awardCarList .carlineArea .list ul li .desc{display:block;color:#666;}

	.overViewFinancial .overViewFinancialContent{min-height:650px; position:relative;}
	.overViewFinancial .overViewFinancialContent .img{max-width:1600px;margin:0 auto;height:650px; position:relative; overflow:hidden;}
	.overViewFinancial .overViewFinancialContent .img img{width:1600px; position:absolute; left:50%;margin-left:-800px;}
	.overViewFinancial .overViewFinancialContent .imgView1{min-height:650px; width:1120px;margin:0 auto; position:absolute; left:0; right:0;top:0;}
	.overViewFinancial .overViewFinancialContent .imgView1 .info{ position:absolute; left:0;bottom:0;margin:0 auto;width:1120px;background:#002c5e;padding:42px 145px 42px 65px;overflow:hidden;color:#fff}
	.overViewFinancial .overViewFinancialContent .imgView1 .info .item{float:left;font-size:0;display:table;padding-top:15px}
	.overViewFinancial .overViewFinancialContent .imgView1 .info .item span{display:inline-block;font-size:30px;font-family:"HyundaiMedium"}
	.overViewFinancial .overViewFinancialContent .imgView1 .info .item .tit{margin-right:33px}
	.overViewFinancial .overViewFinancialContent .imgView1 .info .txt{float:right;text-align:left;font-family:"HyundaiMedium"}
}

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
	/* history */
	.historyWrap{position:relative; padding-top:60px;}

	.historyWrap .bg{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-position:center bottom; background-attachment:fixed; background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover;}

	.historyCont .imgArea{ padding-right:30px; position:relative; margin-bottom:35px;left:auto !important}
	.historyCont .imgArea img{ width:100%;}
	.historyCont .imgArea .titleArea{ position:absolute; left:30px; top:25px; padding-right:30px;}
	.historyCont .imgArea .titleArea .his_tit{ font-size:40px; font-family:"HyundaiMedium";}

	.historyCont .imgArea .titleArea .his_con{ font-size:15px;line-height:20px; margin-top:4px;}
	.historyCont .listAreaWrap{padding:0 40px 0 30px;}

	.historyCont{position:relative; overflow:hidden;}
	.historyCont .listArea{margin-top:-2px;}
	.historyCont .listArea .subTit{margin-bottom:5px;}
	.historyCont .listArea h4{margin-bottom:20px; font-size:17px;}
	.historyCont .listArea ul.txtList{margin-bottom:45px;}
	.historyCont .listArea ul.txtList li{margin-bottom:15px;}
	.historyCont .listArea ul.txtList li.img{margin-top:25px; padding-left:0; background:none;}
	.historyCont .listArea ul.txtList.year > li{ padding-left:52px; position:relative; line-height:21px;}
	.historyCont .listArea ul.txtList.year > li .year{ position:absolute; left:11px; top:0;}
	.historyCont .listArea ul.txtList ul li{margin-bottom:0;}
	.historyCont .close{display:block; position:absolute; right:15px; top:43px; width:20px; height:20px; background:url("../images/abouthyundai/btn_history_close.png") no-repeat; background-size:100%; text-indent:-9999px;}

	/* vehicle history */
	.carHistoryList{position:relative;margin:-70px -15px 0 -15px;padding:0 15px 50px 15px;background:#f6f3f2 !important}
	.carHistoryList .lineArea{overflow:hidden;text-align:center;width:78%;margin:0 auto}
	.carHistoryList .lineArea .year{font-size:60px;font-family:"HyundaiMedium";color:#c3c1c0;padding-top:60px}
	.carHistoryList .lineArea.on .year{color:#444}
	.carHistoryList .lineArea .itemGroup{margin-bottom:50px}
	.carHistoryList .lineArea .itemGroup .item{margin-top:40px}
	.carHistoryList .lineArea .itemGroup .item .link{ display:block;font-family:"HyundaiMedium";line-height:1;margin-top:5px; text-align:center;}

	/* philosophy */
	.corporateCont{}
	.corporateCont .imgView1{text-align:left;}
	.corporateCont .txtArea{padding:36px 20px 0 20px;}
	.corporateCont .txtArea .conArea{margin:5px 0 15px;}

	.managementCont .titArea{ppadding:0 170px 47px 170px;}
	.managementCont .topTit, .managementCont .conArea{color:#fff;}
	.managementCont .txtCont1 .grid .img{margin-bottom:25px;padding:0 42px;}
	.managementCont .conArea{padding:0 30px;font-size:17px;line-height:24px;font-family:"HyundaiMedium";text-align:center;}

	.coreValuesCont .conArea{padding:0 15px;}
	.coreValuesItem{margin-top:45px;padding-bottom:20px;}
	.coreValuesItem li{margin-bottom:45px;}
	.coreValuesItem li h3{position:relative; color:#002c5f; font-family:"HyundaiMedium"; font-size:17px; text-align:center;}
	.coreValuesItem li h3:before{content:''; display:block;height:53px; margin:0 auto 16px; background:url("../images/abouthyundai/ico_core_values_mo.png") no-repeat;background-size:507px 53px;}
	.coreValuesItem li .txt{margin-top:15px;padding:0 15px;text-align:center;}
	.coreValuesItem li.item01 h3:before{width:84px;background-position:0px 0;}
	.coreValuesItem li.item02 h3:before{width:108px;background-position:-89px 0;}
	.coreValuesItem li.item03 h3:before{width:94px;background-position:-202px 0;}
	.coreValuesItem li.item04 h3:before{width:114px;background-position:-300px 0;}
	.coreValuesItem li.item05 h3:before{width:83px;background-position:-424px 0;}

	.visionCont .imgArea{padding:0 40px;}
	.slideText{margin-top:40px;}
	.slideText .conArea{margin-top:14px;text-align:center;}
	.slideText .btn_prev, .slideText .btn_next{display:none;}
	.slideText .swiper-wrapper{padding-bottom:45px;}
	.slideText .swiper-pagination{position:relative !important;top:initial !important;bottom:0;}

	/*Affiliates*/
	.grpList{overflow:hidden;margin-left:-15px;padding:5px 5px 0 5px;background:#f6f3f2;}
	.grpList li.grp{display:inline-block;width:48%;padding-left:15px;vertical-align:top;}
	.grpList li.grp .logo img{width:100%;}
	.grpList li.grp .link{padding:14px 0 30px 0;line-height:1;}
	.grpList li.grp .link a{display:inline-block;padding-right:20px;text-decoration:none;font-size:14px;line-height:1;font-family:"HyundaiMedium";}

	/*network*/
	.networks .tabCont{padding-top:0;}/* 개발ID(.networks)로 수정 */
	.networkMap{position:relative;}
	.networkMap .netWorkCopy{margin:0 -15px;padding:20px 15px 19px;background:#f6f3f2;font-family:"HyundaiMedium";}
	.networkMap .modeWrap{position:absolute;z-index:10;bottom:15px;font-size:0;width:100%;}
	.networkMap .modeWrap .mode{width:50%;height:35px;background:#fff;font-size:12px;line-height:35px;text-align:center;font-family:"HyundaiMedium";}
	.networkMap .modeWrap .mode:hover,
	.networkMap .modeWrap .mode:focus{text-decoration:none;}
	.networkMap .modeWrap .mode.on{background:#00aad2;color:#fff;}
	.networkMap .mapWrap{display:none;}

	.mapCheckMode{position:relative;overflow:hidden;margin:30px 0 20px;}
	.mapCheckMode label{float:left;width:50%;padding:30px 0 0 0 !important;font-family:"HyundaiMedium";text-align:center}
	.mapCheckMode label:before{left:50% !important;margin-left:-8px;}
	.mapSelectWrap{padding-bottom:40px;padding-top:15px;border-top:1px solid #e4dcd3;}
	.mapSelectWrap select{margin-top:10px;}
	.subTitBox{margin:0 -15px 40px -15px;padding:20px 15px 18px;background:#f6f3f2;}

	.networkListWrap .networkList{display:none;}
	.networkListWrap .networkList.on{display:block}


	/* network - motorstudio */
	.imgView1.motorstudioContWrap .grid{margin-bottom:68px;}
	.imgView1.motorstudioContWrap .txtArea{padding:0;}
	.imgView1.motorstudioContWrap .motorstudioContTxt{padding-top:26px;}
	.imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap{text-align:left}
	.imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap .subTit{margin:0 0 13px;}
	.imgView1.motorstudioContWrap .motorstudioContTxt .motorTitWrap a{display:block}
	.imgView1.motorstudioContWrap .motorstudioContTxt .conArea{margin-top:14px;}

	/* Contact us */
	.mapList{}/* n3 */
	.mapList .grid{margin-bottom:44px !important;}
	.mapList .subTit4{padding-top:21px;}
	.mapList .conAreas{margin-top:10px;font-size:14px;line-height:21px}
	.mapList .conAreas .manager{display:inline-block;margin-top:6px;font-family:"HyundaiMedium";}
	.mapList .conAreas .mail{display:inline-block;margin-top:6px;font-family:"HyundaiMedium";}

	/* News Alerts */
	.newsAlerts .conArea{margin-bottom:30px}
	.newsAlerts .tableWrap{padding:0;}
	.newsAlerts .btnWrap{margin-top:40px;}

	/* around the world */
	.atwWrap{margin-bottom:70px;padding:46px 15px 83px;background:url("../images/abouthyundai/bg_around_mo.jpg") no-repeat left center;background-size:cover}
	.atwWrap .worldList{margin-top:-5px;padding-top:38px;text-align:center}
	.atwWrap .worldList .btn_world{display:inline-block;margin:5px 2px 0 1px;padding:0 15px;line-height:37px;background:#e4dcd3;color:#000;font-family:"HyundaiMedium";font-size:12px;}

	.director{margin-bottom:21px;}
	.director .grid2{padding-top:17px;}
	.director .grid2 .subTit4{font-size:12px;text-align:center;}
	.director .grid2 .subTit{margin-bottom:10px;text-align:center;}
	.director .grid2 .conArea{margin-bottom:22px;color:#666;font-size:12px;line-height:17px;text-align:center;}
	.director ul.txtList{margin-bottom:35px;}
	.directorList{margin-top:-35px;padding-bottom:53px;}
	.directorList .grid .imgArea{margin-top:35px;}
	.directorList .grid .subTit4{margin-top:21px;font-family:"HyundaiMedium";}
	.directorList .grid .subTit3{margin-top:6px;font-size:17px;line-height:22px;}
	.directorList .grid .conArea{margin-top:9px;}
	.directorList ul.txtList{margin-top:15px;}
	.directorWrap ul.txtList > li, .directorList ul.txtList > li{margin-bottom:7px;line-height:19px;}

	/* corporate message */
	.ceoMessage{padding-bottom:60px;}
	.ceoMessage .imgArea{float:none !important;}
	.ceoMessage .txtArea{float:none !important;padding:20px 20px 40px 20px;background:#f6f3f2;}
	.ceoMessage .txtArea .subTit4{font-family:"HyundaiMedium";}
	.ceoMessage .txtArea .subTit{margin:6px 0 13px;}
	.ceoMessage .txtArea .sign{margin-top:7px;}
	.ceoMessage .txtArea .sign img{width:auto;}

	.txtSign{padding:0 0 20px 0;}

	/* Utill Top Box */
	.utillTopBox{display:none}

	/* statistic box */
	.statisticWrap{padding-bottom:60px;}
	.statisticWrap .grid:first-child{margin-top:0;}
	.statisticWrap .grid{margin-top:10px;padding:13px 20px 46px;background:#ffffff;}
	.statisticWrap .grid .statiyear{line-height:1;font-family:"HyundaiMedium";font-size:12px;}
	.statisticWrap .grid .statiTit{margin-top:11px;line-height:1;font-family:"HyundaiMedium";font-size:19px;text-align:center}
	.statisticWrap .grid .statiNum{margin-top:7px;line-height:1;font-family:"HyundaiMedium";font-size:30px;color:#00aad2;text-align:center}

	/* IR overview */
	.calendarInfoWrap{margin-top:-20px;}
	.calendarInfoWrap .calDate{margin-bottom:15px;text-align:right;font-size:12px;line-height:1;}
	.calendarInfoWrap .gridWrap{margin-bottom:50px;}
	.calendarInfoWrap .grid{overflow:hidden;margin-bottom:16px;}
	.calendarInfoWrap .dateArea{padding:14px 0 12px;background:#002c5e;color:#fff;font-family:"HyundaiMedium";text-align:center;}
	.calendarInfoWrap .dateArea .month{display:block;font-size:12px;line-height:17px;}
	.calendarInfoWrap .dateArea .day{display:block;font-size:27px;line-height:27px;}
	.calendarInfoWrap .infoArea{position:relative;min-height:186px;padding:35px 20px;background:#fff;}
	.calendarInfoWrap .infoArea .subTit{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.calendarInfoWrap .infoArea .date{margin-top:2px;color:#666;font-size:12px;}
	.calendarInfoWrap .infoArea .btmTool{position:absolute;left:20px;bottom:30px;}



	/* award */
	.awardList{padding-bottom:60px;}
	.awardList .lineArea{ height:auto !important;}
	.awardList .item{padding-top:55px; position:relative !important; left:auto !important;top:auto !important;}
	.awardList .item.item1{padding-top:0;}
	.awardList .item.nomargin{ margin-right:0;}
	.awardList .item .thumbnail{ margin-bottom:16px;}
	.awardList .item .btnAwardMore{ width:100%;}
	.awardList .lineArea .item .btnAwardMore .subTit4:after{ content:''; display:inline-block;width: 0;height: 0;border-style: solid;border-width: 6px 4.5px 0 4.5px;border-color: #000000 transparent transparent transparent; margin:0 0 2px 10px;}
	.awardList .lineArea .item .btnAwardMore.on .subTit4:after{-webkit-transform:rotate(180deg);transform:rotate(180deg) }
	.awardList .item .thumbnail img{ width:100%;}
	.awardList .item .subTit4{ margin-bottom:4px; font-size:16px; text-decoration:underline;}

	.awardList .awardMoreContent{ position:relative; background:#f6f3f2;z-index:30;min-height:400px;padding:58px 15px 42px 15px;margin:25px -15px 0; display:none;}
	.awardList .awardMoreContent:after{ display:block;content:""; position:absolute; left:0; right:0;margin:0 auto; top:-7px; width: 15px;height: 15px; background:#f6f3f2;transform: translateY(0px) rotate(45deg);-webkit-transform: translateY(0px) rotate(45deg);z-index:10;}
	.awardList .awardMoreContent .imgList .gridRow{margin-bottom:24px;}
	.awardList .awardMoreContent .imgList .txtArea{padding:30px 15px 0;}
	.awardList .btnMoreClose{ position:absolute; right:15px; top:15px;}
	.awardList .btnMoreClose img{ width:12px;}

	.awardMoreContent .reqBox{margin-bottom:-15px;font-size:14px;line-height:16px;font-family:"HyundaiMedium";}
	.awardMoreContent .req{display:inline-block;width:6px;height:5px;margin:-6px 5px 0 0;background:url("../images/common/bul_req.png") no-repeat top left;background-size:6px auto;line-height:0;font-size:0;vertical-align:middle;}

	.awardCarList .carlineArea{overflow:hidden;height:100%;padding:0 15px;}
	.awardCarList .carlineArea .list{margin-top:60px;}
	.awardCarList .carlineArea .list .img{padding:0 15px;}
	.awardCarList .carlineArea .list .subTit4{margin-top:15px;font-family:"HyundaiMedium";}
	.awardCarList .carlineArea .list ul{font-size:12px;line-height:17px;}
	.awardCarList .carlineArea .list ul li strong{display:block;margin:15px 0 10px;font-family:"HyundaiMedium";}
	.awardCarList .carlineArea .list ul li .desc{display:block;color:#666;}

	.overViewFinancial .overViewFinancialContent{position:relative;}
	.overViewFinancial .overViewFinancialContent .imgView1{height:100%; width:100%;margin:0 auto; position:absolute; left:0; right:0;top:0;}
	.overViewFinancial .overViewFinancialContent .imgView1 .info{z-index:1;padding:30px 20px 30px 20px;background:#002c5e;position:absolute;left:15px;right:15px;bottom:0;color:#fff;text-align:left}
	.overViewFinancial .overViewFinancialContent .imgView1 .info .item{margin-bottom:8px}
	.overViewFinancial .overViewFinancialContent .imgView1 .info .item span{font-size:19px;font-family:"HyundaiMedium";margin-right:12px}
}
@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
    .bobsleighNewWin{position:absolute;bottom:0;left:0;right:0;width:1120px;margin:0 auto;padding-bottom:74px;}
    .bobsleighNewWin li{margin-top:15px;}

    /* power engine */
    .enginList{position:relative;padding-bottom:100px}
    .enginList .lineArea{position:relative;overflow:hidden;transition:height 0.3s;height:205px}
    .enginList .lineArea .lineRow{margin:0 !important}
    .enginList .lineArea .item{float:left;width:256px !important;margin:0 32px 0 0 !important;}
    .enginList .lineArea .item.nomargin {margin-right:0 !important;}
    .enginList .lineArea .item .btnEnginMore{display:block;text-align:center;opacity:0.3}
    .enginList .lineArea .item.on .btnEnginMore{opacity:1}
    .enginList .lineArea .item .btnEnginMore .thumbnail{width:256px;margin-bottom:22px}
    .enginList .lineArea .item .btnEnginMore .thumbnail img{width:180px;height:156px;}
    .enginList .lineArea .item .btnEnginMore .subTit4{padding:0 20px;line-height:24px;word-break:break-word;white-space:normal;}
    .enginList .lineArea .item .enginMoreContent{display:none;position:absolute;top:240px;left:0;width:100%;background:#f6f3f2;z-index:30;padding:68px 97px}
    .enginList .lineArea .item .enginMoreContent:after{display:block;content:""; position:absolute; left:25px; top:-10px; width: 20px;height: 20px; background:#f6f3f2;transform: translateY(0px) rotate(45deg);z-index:10;}
    .enginList .lineArea .item1 .enginMoreContent:after{left:120px;}
    .enginList .lineArea .item2 .enginMoreContent:after{left:408px;}
    .enginList .lineArea .item3 .enginMoreContent:after{left:695px;}
    .enginList .lineArea .item4 .enginMoreContent:after{left:983px;}
    .enginList .lineArea .item .enginMoreContent .tableConArea{float:left;width:480px}
    .enginList .lineArea .item .enginMoreContent .tableConArea h4.subTit{margin-top:45px}
    .enginList .lineArea .item .enginMoreContent .tableConArea .conArea{margin-top:22px}
    .enginList .lineArea .item .enginMoreContent .thumbArea{float:right;}
    .enginList .lineArea .item .enginMoreContent .thumbArea img{width:416px;height:360px;}

    /* eco */
    .rndList{padding:0 64px;background:#fff;}
    .rndList .grid{overflow:hidden;position:relative;height:360px;border-top:1px solid #e5e5e5;}
    .rndList .grid:first-child{border-top:0;}
    .rndList .grid .imgArea{float:right;width:608px;padding:98px 32px 21px 0;text-align:right;}
    .rndList .grid .imgArea img{width:480px;height:240px;}
    .rndList .grid .txtArea{float:left;width:384px;padding-top:75px;}
    .rndList .grid .txtArea .subTit{margin-bottom:15px;}
    .rndList .grid .txtArea .noticeList{position:absolute;bottom:40px;width:420px;}

    .iconList{width:1120px;padding:0 100px 50px 100px;text-align:center;font-size:0;line-height:0;}
    .iconList .grid{overflow:hidden;display:inline-block;float:none;width:186px;height:295px;vertical-align:top;}
    .iconList.n4 .grid{margin:0 20px !important;}
    .iconList.n3 .grid{margin:0 25px !important;}
    .iconList .grid .imgArea img{width:186px;height:186px;}
    .iconList .grid .txtArea{margin-top:20px;}
    .iconList .grid .txtArea .subTit4{line-height:22px !important;}

    .ecoProjectCont01{padding:21px 65px 60px;}
    .ecoProjectCont01 ul{overflow:hidden;height:auto;}
    .ecoProjectCont01 ul li{position:relative;float:left;width:330px;text-align:center;}
    .ecoProjectCont01 ul li:after{content:'';display:block;position:absolute;right:0;top:12px;width:1px;height:210px;background:#e5e5e5;}
    .ecoProjectCont01 ul li:last-child:after{display:none;}
    .ecoProjectCont01 ul li .item{margin-bottom:22px;}
    .ecoProjectCont01 ul li .tit{display:block;margin-bottom:10px;color:#00aad2;font-family:"HyundaiMedium";font-size:16px;}
    .ecoProjectCont01 ul li .num{display:block;color:#00aad2;font-family:"HyundaiMedium";font-size:100px;line-height:80px;}
    .ecoProjectCont01:after{content:'';display:block;width:148px;height:34px;margin:71px auto 0;background:url('../images/brandstory/img_eco_project.png') no-repeat;}

    .ecoProjectCont02{padding:0 48px 95px;}
    .ecoProjectCont02 ul{overflow:hidden;height:auto;}
    .ecoProjectCont02 ul li{float:left;width:210px;margin:0 23px;text-align:center;}
    .ecoProjectCont02 ul li .txt{display:block;margin-top:25px;font-family:"HyundaiMedium";line-height:20px;}

    /* Design Philosophy */
    .PhiloShowList .item{position:relative;overflow:hidden;text-align:center;min-height:580px}
    .PhiloShowList .item .img{position:relative;height:580px;overflow:hidden}
    .PhiloShowList .item .bgCenter{position:absolute;left:50%;top:0;margin-left:-960px;width:1920px}
    .PhiloShowList .item .info{position:absolute;top:0;left:0;width:100%;padding:238px 0 0 0}
    .PhiloShowList .item .info h3{color:#fff;}
    .PhiloShowList .item .info .conArea{color:#fff;margin-top:10px;font-size:20px}
    .PhiloShowList .item .btnShow{display:block;text-indent:-9999px;position:absolute;left:0;right:0;top:490px;width:40px;height:40px;background:url('../images/brandstory/btn_show_sp.png') no-repeat;margin:0 auto}
    .PhiloShowList .item.on .btnShow{background-position:-40px 0;}
    .PhiloShowList .item .viewArea{display:block;width:1120px;margin:0 auto;visibility:hidden; overflow:hidden; height:0;}
    .PhiloShowList .item .viewArea.onload{visibility:visible; height:auto; display:none;}
    .PhiloShowList .item .viewArea .inner{padding-top:100px}
    .PhiloShowList .item .viewArea .inner .btnWrap{padding-bottom:70px;}
    .PhiloShowList .item .viewArea .titArea.line{padding-top:100px;border-top:1px solid #e9e9e9;}
    .PhiloShowList .item .viewArea .txtCont1{padding-bottom:10px;}
    .PhiloShowList .inner .innerBtm{width:800px;margin:0 auto;padding-bottom:100px;border-top:1px solid #e9e9e9;}/* 개발환경과 동일처리 */
	.PhiloShowList .inner .innerBtm.qrCodeWrap .qr{display:inline-block;margin:0 15px;font-size:12px;}
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr .qrCode{display:block;margin-bottom:5px;}
    .PhiloShowList .inner .innerBtm .subTit3{margin-top:50px;}
    .PhiloShowList .inner .innerBtm .imgArea{margin-top:30px;text-align:center;}
    .PhiloShowList .inner .innerBtm .videoBox{width:704px;height:466px;margin:0 auto;}
    .PhiloShowList .inner .innerBtm .videoBox a{display:block;}
    .PhiloShowList .inner .innerBtm .videoBox img{width:704px;height:466px;}
    
    .PhiloShowList.big .item .bgCenter{margin-left:-960px;width:1920px}

    /* 개발요청삽입 2017-3-3 */
    .PhiloShowList .item .viewArea .inner .imgView2{padding-bottom:40px;}
    .PhiloShowList .item .viewArea .inner .imgView2 .gridRow{margin-bottom:51px;}
    /*.PhiloShowList .item .viewArea .inner .imgView2 .txtArea .conArea{text-align:center;font-family:"HyundaiMedium" !important;}*/
    .PhiloShowList .item .viewArea .inner .titArea.mt100{margin-top:0 !important;padding-top:100px;border-top:1px solid #e9e9e9;}
}

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
    .bobsleighNewWin{position:absolute;bottom:0;left:0;right:0;width:100%;padding:0 35px 20px}
    .bobsleighNewWin li{margin-top:9px;}

    /*.motoshowList .item .info{height:108px;}*/

    /* power engine */
    .enginList{position:relative;padding-bottom:30px; overflow:hidden;margin:0 -15px}
    .enginList .lineArea{overflow:hidden;margin-left:-80px;margin-right:-80px;white-space:nowrap;}
    .enginList .lineArea .lineRow{font-size:0;transition:0.2s ease-in-out}
    .enginList .lineArea .item{display:inline-block; text-align:center;}
    .enginList .lineArea .item:first-child{margin-left:-15px}
    .enginList .lineArea .item.nomargin {margin-right:0}
    .enginList .lineArea .item .btnEnginMore{display:block;text-align:center;opacity:0.3;margin:0 auto; width:138px;}
    .enginList .lineArea .item.on .btnEnginMore{opacity:1;text-decoration:underline}
    .enginList .lineArea .item .btnEnginMore .thumbnail{margin-bottom:22px}
    .enginList .lineArea .item .btnEnginMore .thumbnail img{width:138px;height:120px;}
    .enginList .lineArea .item .btnEnginMore .subTit4{word-break:break-word;white-space:normal;padding:0 3px;letter-spacing:-0.05em}
    .enginList .lineArea .item .enginMoreContent{display:none;position:absolute;left:0;right:0;background:#f6f3f2;z-index:30;padding:30px 30px 40px 30px;margin-top:30px;margin:0 15px}
    .enginList .lineArea .item .enginMoreContent:after{display:block;content:""; position:absolute; left:50%; top:-10px; width: 20px;height: 20px; background:#f6f3f2;transform: translateY(0px) rotate(45deg);transform: translateY(0px) rotate(45deg);-webkit-transform: translateY(0px) rotate(45deg);z-index:10;margin-left:-10px;}
    .enginList .lineArea .item .enginMoreContent .tableConArea{white-space: normal;}
    .enginList .lineArea .item .enginMoreContent .tableConArea h5.subTit4{margin:8px 0 15px 0}
    .enginList .lineArea .item .enginMoreContent .thumbArea{width:70%;margin:15px auto 0 auto}

    /* eco */
    .rndList{padding:0 25px;background:#fff;}
    .rndList .grid{padding-top:30px;padding-bottom:30px;border-top:1px solid #e5e5e5;}
    .rndList .grid:first-child{border-top:none}
    .rndList .grid .txtArea{padding-top:15px;}
    .rndList .grid .txtArea .subTit{margin-bottom:10px;}

    .iconList{width:260px;margin:0 auto;padding-bottom:20px;text-align:left;font-size:0;line-height:0;}
    .iconList .grid{display:inline-block;padding:0;width:50%;height:166px;text-align:center;}
    .iconList .grid .imgArea img{width:93px;height:93px;}
    .iconList .grid .txtArea{margin-top:10px;}
    .iconList .grid .txtArea .subTit4{line-height:19px !important;}

    .ecoProjectCont01{padding:0 15px 35px;}
    .ecoProjectCont01 ul{}
    .ecoProjectCont01 ul li{display:table;position:relative;width:100%;padding:15px 0;}
    .ecoProjectCont01 ul li:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:1px;background:#e5e5e5;}
    .ecoProjectCont01 ul li:first-child:before{display:none;}
    .ecoProjectCont01 ul li .item{width:103px;text-align:center;}
    .ecoProjectCont01 ul li .item .tit{display:block;margin-bottom:10px;color:#00aad2;font-family:"HyundaiMedium";font-size:12px;}
    .ecoProjectCont01 ul li .item .num{display:block;color:#00aad2;font-family:"HyundaiMedium";font-size:35px;line-height:32px;}
    .ecoProjectCont01 ul li .txt{display:table-cell;margin-top:3px;padding-right:10px;font-size:12px;line-height:17px;vertical-align:middle;}
    .ecoProjectCont01:after{content:'';display:block;width:74px;height:17px;margin:10px auto 0;background:url('../images/brandstory/img_eco_project.png') no-repeat;background-size:74px 17px;}

    .ecoProjectCont02{width:280px;margin:0 auto;padding:0 0 65px;}
    .ecoProjectCont02 ul{overflow:hidden;height:auto;}
    .ecoProjectCont02 ul li{float:left;width:50%;height:198px;padding:0 12px;text-align:center;}
    .ecoProjectCont02 ul li .txt{display:block;margin-top:10px;font-family:"HyundaiMedium";line-height:19px;}
    .ecoProjectCont02 ul li img{width:105px;height:105px;}

    .contBox.banner .titArea{padding-bottom:34px}
    .contBox.banner .titArea .topTxt{margin-bottom:0}

    /* Design Philosophy */
    .PhiloShowList .item{position:relative;overflow:hidden;text-align:center;}
    .PhiloShowList .item .img{position:relative;overflow:hidden}
    .PhiloShowList .item .info{position:absolute;top:0;left:0;width:100%;padding-top:40%;padding-left:10%;padding-right:10%}
    .PhiloShowList .item .info h3{color:#fff;}
    .PhiloShowList .item .info .conArea{color:#fff;margin-top:10px;text-align:center}
    .PhiloShowList .item .btnShow{display:block;position:relative;text-indent:-999em;width:30px;height:30px;background:url('../images/brandstory/btn_show_sp.png') no-repeat;background-size:60px;margin:-60px auto 30px auto}
    .PhiloShowList .item.on .btnShow{background-position:-30px 0;}
    .PhiloShowList .item .viewArea{display:block;visibility:hidden; overflow:hidden; height:0;}
    .PhiloShowList .item .viewArea.onload{visibility:visible; height:auto; display:none;}
    .PhiloShowList .item .viewArea .inner{padding-top:50px}
    .PhiloShowList .item .viewArea .titArea.line{padding-top:60px;border-top:1px solid #e9e9e9;}
    .PhiloShowList .item .viewArea .txtCont1{padding-bottom:20px;}
    .PhiloShowList .inner .imgArea{padding:0 15px;}
    .PhiloShowList .inner .slideWrap{margin:0 15px;}
    .PhiloShowList .inner .innerBtm{margin:0 15px 60px;border-top:1px solid #e9e9e9;}/* 개발환경과 동일처리 */
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr{display:block;width:94px;margin:29px auto 0 auto;font-size:12px;}
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr:first-child{margin-top:0;}
    .PhiloShowList .inner .innerBtm.qrCodeWrap .qr .qrCode{margin-bottom:5px;}
    .PhiloShowList .inner .innerBtm .subTit3{margin-top:26px;}
    .PhiloShowList .inner .innerBtm .imgArea{margin-top:19px;padding:0;text-align:center;}
    

    /* 개발요청삽입 2017-3-3 */
    .PhiloShowList .item .viewArea .inner .imgView2{padding-bottom:25px;}
    .PhiloShowList .item .viewArea .inner .imgView2 .grid{margin-bottom:35px;}
    /*.PhiloShowList .item .viewArea .inner .imgView2 .txtArea .conArea{text-align:center;font-family:"HyundaiMedium" !important;}*/
    .PhiloShowList .item .viewArea .inner .titArea.mt100{margin-top:0 !important;padding-top:60px;border-top:1px solid #e9e9e9;}
}

@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){

	.findacarList{position:relative; padding-bottom:100px;margin-top:-35px;}
	.findacarList .lineArea{ position:relative; overflow:hidden;transition:height 0.3s;height:248px;}
	.findacarList .lineArea .item{ float:left; width:240px; margin-right:53px;}
	.findacarList .lineArea .item.nomargin{ margin-right:0;}
	.findacarList .lineArea .item .thumbnail{ margin-bottom:19px;}
	.findacarList .lineArea .item .thumbnail img{ width:240px; height:130px;}
	.findacarList .lineArea .item .subTit4{ margin-bottom:2px;}
	.findacarList .lineArea .item .subTit4.goTo:after{content:'';display:inline-block; margin-left:10px; width:7px; height:12px;background:url("../images/common/goto_arr.png") no-repeat 0 0;vertical-align:middle;}
	.findacarList .lineArea .item .btnCarMore{ text-align:center; margin-top:75px; display:block;}
	.findacarList .lineArea .item .conAreas{ color:#767676; line-height:16px; margin-bottom:16px;}
	.findacarList .lineArea .item .btn{width:100%;}

	.findacarList .carMoreContent{ position:absolute; left:0;top:285px; width:100%; background:#f6f3f2;z-index:30;min-height:400px;padding:40px 0px 40px 60px; display:none;}
	.findacarList .carMoreContent:after{ display:block;content:""; position:absolute; left:25px; top:-10px; width: 20px;height: 20px; background:#f6f3f2;transform: translateY(0px) rotate(45deg);-webkit-transform: translateY(0px) rotate(45deg);z-index:10;}
	.findacarList .item1 .carMoreContent:after{left:105px;}
	.findacarList .item2 .carMoreContent:after{left:400px;}
	.findacarList .item3 .carMoreContent:after{left:697px;}
	.findacarList .item4 .carMoreContent:after{left:997px;}
	.findacarList .carMoreContent .thumbArea{padding:35px 0px 0 0px; width:448px; float:left;}
	.findacarList .carMoreContent .thumbArea .thumbImg img{ width:340px; height:163px;}
	.findacarList .carMoreContent .thumbArea .subTit2{ margin:45px 0 2px 0;}
	.findacarList .carMoreContent .thumbArea .btn{width:145px;padding:0;margin-top:23px;}
	.findacarList .carMoreContent .tableConArea{float:left; width:552px;}
	.findacarList .carMoreContent .tableConArea .subTit4{ line-height:1; margin-bottom:12px;}
	.findacarList .carMoreContent .tableConArea .sortSelect{ margin-bottom:30px;}
	.findacarList .carMoreContent .tableConArea .sortSelect select{box-shadow:none}
	.findacarList .overViewTable{ display:none;}
	.findacarList .overViewTable.on{ display:block;}
	.findacarList .infoTableType{width:100%; background:#ffffff;}
	.findacarList .infoTableType tr th{ background:#e4dcd3; font-size:14px; line-height:18px; padding:12px 20px 12px 20px; font-weight:normal; text-align:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;min-height:43px; border-bottom:1px solid #fff; width:226px;}
	.findacarList .infoTableType tr:last-child th{ border-bottom:none;}
	.findacarList .infoTableType tr:last-child td{ border-bottom:none;}
	.findacarList .infoTableType tr td{padding:10px 20px; border-bottom:1px solid #e4dcd3; font-size:14px; line-height:20px;}
	.findacarList .btnMoreClose{ position:absolute; right:17px; top:17px;}
	.findacarList .btnMoreClose img{ width:10px;}

	.specsContent{padding-bottom:100px;}
	.specsContent .sortSelect{ margin:32px 0 30px 0; padding-left:150px; position:relative;}
	.specsContent .sortSelect .tit{ font-size:16px; font-family:"HyundaiMedium"; line-height:44px; position:absolute; left:0; top:0;}
	.specsContent .sortSelect select{font-family:"HyundaiMedium" !important;}
	.specsContent .overViewTableCon{ margin-bottom:30px;}
	.specsContent .overViewTable .tit{font-size:16px; font-family:"HyundaiMedium"; text-align:left; margin-bottom:20px;}
	.specsContent .infoTableType{border-top:1px solid #e4dcd3;border-left:1px solid #e4dcd3;border-bottom:1px solid #e4dcd3; width:100%;}
	.specsContent .infoTableType tr th{font-size:14px; line-height:18px; padding:12px 30px 12px 30px; font-weight:normal; text-align:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;min-height:43px; border-bottom:1px solid #fff; width:240px;border-right:1px solid #e4dcd3; background:#e4dcd3; font-family:"HyundaiMedium";}
	.specsContent .infoTableType tr td{padding:0 20px;border-right:1px solid #e4dcd3; border-bottom:1px solid
	#e4dcd3; font-size:14px;}
	.specsContent .infoTableType tr:last-child th{ border-bottom:none}
	.specsContent .infoTableType tr:last-child td{ border-bottom:none}
	
	/* M-00104 NBrand Type Add*/
	.specsContent .infoTableTypeN{border-top:1px solid #dceaf5;border-left:1px solid #dceaf5;border-bottom:1px solid #dceaf5; width:100%;}
	.specsContent .infoTableTypeN tr th{font-size:14px; line-height:18px; padding:12px 30px 12px 30px; font-weight:normal; text-align:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;min-height:43px; border-bottom:1px solid #fff; width:240px;border-right:1px solid #dceaf5; background:#dceaf5; font-family:"HyundaiMedium";}
	.specsContent .infoTableTypeN tr td{padding:0 20px;border-right:1px solid #dceaf5; border-bottom:1px solid
    #dceaf5; font-size:14px;}
    .specsContent .infoTableTypeN tr:last-child th{ border-bottom:none}
    .specsContent .infoTableTypeN tr:last-child td{ border-bottom:none}
	
	.specsContent .selectSupport{ margin-top:35px;}
	.specsContent .conArea{margin-top:15px;font-size:14px;}

	.specsContent .overViewTable,
	.specsContent .performance,
	.specsContent .dimension,
	.specsContent .wheels{display:none; position:relative;}
	.specsContent .overViewTable.on,
	.specsContent .performance.on,
	.specsContent .dimension.on,
	.specsContent .wheels.on{display:block;}
	
	.specsContent .tableWrap{padding-top:50px;padding-bottom:0;}/* 개발환경에 맞게 선언 */
	.specsContent .subTit2 + .tableWrap{padding-top:30px;}
	.specsContent .tableWrap .tblInfo{margin-top:0;}
	#htmSpecContWrap .tableWrap{}
	#htmSpecContWrap .tableWrap:first-child{padding-top:0;}

	.experience360vr{ padding-bottom:100px;}
	.experience360vr_imgArea{ position:relative; height:425px; overflow:hidden;}
	.experience360vr_imgArea .experience_panoramabox{ position:relative; height:425px; overflow:hidden;}
	.experience360vr_imgArea .experience_category{ position:absolute; left:30px; bottom:30px; overflow:hidden;z-index:10}
	.experience360vr_imgArea .experience_category ul{ overflow:hidden;}
	.experience360vr_imgArea .experience_category ul li{ float:left;}
	.experience360vr_imgArea .experience_category ul li button{ width:130px; height:40px; line-height:40px; font-size:14px; text-align:center; color:#000; background:#e4dcd3;}
	.experience360vr_imgArea .experience_category ul li button.on{color:#fff; background:#00aad2;}
	.experience360vr_imgArea .pano_loading_percent{ position:absolute; left:50%; top:50%;margin:-50px 0 0 -50px; width:100px; height:100px;border-radius:50px; background:rgba(0%,0%,0%,0.7); text-align:center; line-height:100px; color:#ffffff; font-size:20px; display:none;}
	.experience360vr_imgArea .pano_loading_start{ position:absolute; left:50%; top:50%;margin:-50px 0 0 -50px; width:100px; height:100px;}
	.experience360vr_infoArea{ background:#ffffff;padding:0 50px;}
	.experience360vr_infoArea .item{ border-bottom:1px solid #f1ede9; overflow:hidden; position:relative; height:145px;}
	.experience360vr_infoArea .item:last-child{ border-bottom:0;}
	.experience360vr_infoArea .item .leftTitle{ float:left;padding:48px 0 0 0; width:217px;}
	.experience360vr_infoArea .item .leftTitle .title{ color:#000; font-size:20px; font-family:"HyundaiMedium"; line-height:1;}
	.experience360vr_infoArea .item .leftTitle .colorName{ color:#000; font-size:16px; margin-top:15px;line-height:1;}
	.experience360vr_infoArea .item .leftTitle .wheelName{ color:#000; font-size:16px; margin-top:15px;line-height:1;}
	.experience360vr_infoArea .item .experience_sort_Wrap{ float:left; width:803px; position:relative; margin-top:37px; overflow:hidden; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;padding:0 39px;}
	.experience360vr_infoArea .item .experience_sort_Wrap.wheel{ margin-top:32px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea{ position:relative; overflow:hidden; width:725px; height:68px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li{ float:left; width:66px; padding-top:6px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li img{ width:60px; height:60px;}
	.experience360vr_infoArea .item.option1 .experience_sort_Wrap .slideArea li img{border:1px solid rgba(0,0,0,0.4)}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea.wheel li img{ width:68px;height:68px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li.on:after{ display:block; content:''; position:absolute; right:0px; top:0px; background:url("../images/findacar/360vr/chk_on.png") no-repeat; width:22px; height:22px; overflow:hidden;z-index:1}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea.experience_option2.wheel{ height:74px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea.experience_option2.wheel li{ float:left; width:74px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev{ position:absolute; left:0; top:25px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev .prev{ background:url("../images/findacar/360vr/btn_prev.png") no-repeat; width:9px; height:16px; overflow:hidden; text-indent:-9999px; display:block;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_next{ position:absolute; right:0; top:25px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_next .next{ background:url("../images/findacar/360vr/btn_next.png") no-repeat; width:9px; height:16px; overflow:hidden; text-indent:-9999px; display:block;}
	.experience360vr_infoArea .item .experience_sort_Wrap.hideBtn .btn_prev,
	.experience360vr_infoArea .item .experience_sort_Wrap.hideBtn .btn_next{ display:none;}

	.sepcListWrap .togList.on .btnOpenClose{border-bottom:1px solid #ffffff !important;}
	.sepcListWrap .togCont{padding:30px 60px 20px;background:#ffffff;}
	.sepcListWrap .specList{overflow:hidden;padding:36px 0 34px;font-size:14px;border-top:1px solid #f6f3f2;line-height:20px}
	.sepcListWrap .specList dt{font-family:"HyundaiMedium";}
	.sepcListWrap .specList:first-child{padding-top:0;border-top:none;}
	.sepcListWrap .specList>dt{float:left;width:170px;}
	.sepcListWrap .specList>dd{overflow:hidden;float:left;}
	.sepcListWrap .specList>dd dl:first-child{padding-top:0;}
	.sepcListWrap .specList>dd dl{overflow:hidden;width:828px;padding-top:24px;}
	.sepcListWrap .specList>dd dt{float:left;width:282px;}
	.sepcListWrap .specList>dd dd{float:left;width:546px;}
	.sepcListWrap .noticeList{padding-bottom:20px;}

	.topAwardArea{position:absolute;bottom:43px;left:0; right:0;margin:0 auto;width:1120px; text-align:left;}
	.topAwardArea .item{position:relative;margin-bottom:10px;}
	.topAwardArea .item .logo{display:inline-block;width:100px;margin-right:17px;vertical-align:middle;}
	.topAwardArea .item .logo img{width:100px;height:80px;}
	.topAwardArea .item .txt{display:inline-block;width:190px;font-family:"HyundaiMedium";font-size:14px;line-height:18px;vertical-align:middle;}
	/*.topAwardArea .item a{display:inline-block;}*/
	.topAwardArea .item .btnHelp{position:absolute;left:82px;background:url("../images/common/btn_help02.png") no-repeat; width:18px; height:18px; -webkit-background-size:18px auto; background-size:18px auto;}
	.topAwardArea .item .helpBox{position:absolute; left:54px; right:0; bottom:100px; width:480px; font-size:12px; line-height:22px; background:#ffffff; padding:27px 20px 25px 20px;box-shadow:1px 1px 1px rgba(0,0,0,0.1);z-index:10;}
	.topAwardArea .item .helpBox:after{left:32px;}
	.topAwardArea .item .helpBox .link{color:#002c5e;text-decoration:underline;}

	.awardWrap{padding-bottom:50px;}
	.awardBox{overflow:hidden;position:relative;margin-bottom:50px;}
	.awardBox:before{content:'';width:100%;height:1px;position:absolute;background:#d4d4d4;left: 0;top: 50%;}
	.awardBox .cont{position:relative;display:table;width:800px;margin:0 auto;padding:0 50px;background:#f6f3f2;text-align:center;min-height:90px;}
	.awardBox .cont div{display:table-cell !important;vertical-align:middle;}
	.awardBox .cont div.img{width:160px;text-align:center;}
	.awardBox .cont div.img .inner{width:160px;text-align:center;vertical-align:middle;}
	.awardBox .cont div.img .inner img{vertical-align:middle;}
	.awardBox .cont div.desc{padding-left:40px;text-indent:-40px;font-style: italic;text-align: left;color: #666666;line-height:30px;}
	.awardBox.rightImg .cont{text-align:left;}
	.awardBox.rightImg .cont div.desc{width:650px;}
	.awardBox.rightImg .cont div.img{display:table !important;position:absolute;right:10px;top:0;height:100%;}

	.contWrap.bgW .awardBox .cont{background:#fff;}
	.contWrap.bgDB .awardBox .cont{background:#e4dcd3;}
}

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){

	.findacarList{padding-bottom:60px;}
	.findacarList .lineArea{ height:auto !important;}
	.findacarList .item{padding:57px 35px 0 35px; position:relative !important; left:auto !important;top:auto !important;}
	.findacarList .item.nomargin{ margin-right:0;}
	.findacarList .item .thumbnail{ margin-bottom:16px;}
	.findacarList .item .btnCarMore{ width:100%;}
	.findacarList .item .thumbnail img{ width:100%;}
	.findacarList .item .subTit4{ margin-bottom:4px; font-size:16px;text-align:center;}
	.findacarList .item .subTit4.goTo:after{content:""; display:inline-block; width:6px; height:8px; margin-left:4px; background:url("../images/common/goto_arr_mo.png") no-repeat 0 0;background-size:6px 8px;vertical-align:middle;}
	.findacarList .item .conAreas{ color:#767676; line-height:19px; margin-bottom:14px;}
	.findacarList .item .btn{width:100%; line-height:35px; font-size:14px;}

	.findacarList .carMoreContent{ position:relative; background:#f6f3f2;z-index:30;min-height:400px;padding:77px 15px 50px 15px;margin:25px -50px 0 -50px; display:none;}
	.findacarList .carMoreContent:after{ display:block;content:""; position:absolute; left:0; right:0;margin:0 auto; top:-7px; width: 15px;height: 15px; background:#f6f3f2;transform: translateY(0px) rotate(45deg);-webkit-transform: translateY(0px) rotate(45deg);z-index:10;}
	.findacarList .carMoreContent .thumbArea .thumbImg{padding:0 27px;}
	.findacarList .carMoreContent .thumbArea .thumbImg img{ width:100%;}
	.findacarList .carMoreContent .thumbArea .subTit2{ margin:30px 0 4px 0;}
	.findacarList .carMoreContent .thumbArea .btn{ margin-top:16px; width:140px !important;}
	.findacarList .carMoreContent .tableConArea{ margin-top:30px;}
	.findacarList .carMoreContent .tableConArea .subTit4{ line-height:1; margin-bottom:12px; text-align:left;}
	.findacarList .carMoreContent .tableConArea .sortSelect{ margin-bottom:30px;}
	.findacarList .carMoreContent .tableConArea .sortSelect select{box-shadow:none}
	.findacarList .overViewTable{ display:none;}
	.findacarList .overViewTable.on{ display:block;}
	.findacarList .infoTableType{width:100%; background:#fff;}
	.findacarList .infoTableType tr th{ background:#e4dcd3; font-size:12px; line-height:15px; padding:9px 15px 9px 15px; font-weight:normal; text-align:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;min-height:34px; border-bottom:1px solid #fff; width:135px;}
	.findacarList .infoTableType tr:last-child th{ border-bottom:none;}
	.findacarList .infoTableType tr:last-child td{ border-bottom:none;}
	.findacarList .infoTableType tr td{padding:0 15px; border-bottom:1px solid #e4dcd3; font-size:12px;}
	.findacarList .btnMoreClose{ position:absolute; right:15px; top:15px;}
	.findacarList .btnMoreClose img{ width:12px;}

	.specsContent{padding:0px 0 60px 0}
	.specsContent .sortSelect{ margin:20px 0 25px 0;position:relative;}
	.specsContent .sortSelect .tit{ font-size:14px; font-family:"HyundaiMedium"; margin-bottom:10px;}
	.specsContent .overViewTableCon{ margin-bottom:15px;}
	.specsContent .overViewTable{ display:none; position:relative;}
	.specsContent .overViewTable.on{ display:block;}
	.specsContent .overViewTable .tit{font-size:14px; font-family:"HyundaiMedium"; text-align:left; margin-bottom:10px;}
	.specsContent .infoTableType{border-top:1px solid #e4dcd3;border-left:1px solid #e4dcd3;border-bottom:1px solid #e4dcd3; width:100%;line-height:16px; }
	.specsContent .infoTableType tr th{font-size:12px; padding:6px 15px 6px 15px; font-weight:normal; text-align:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;min-height:35px; border-bottom:1px solid #fff; width:120px;border-right:1px solid #e4dcd3; background:#e4dcd3; font-family:"HyundaiMedium";}
	.specsContent .infoTableType tr td{padding:7px 15px;border-right:1px solid #e4dcd3; border-bottom:1px solid #e4dcd3; font-size:12px;}
	.specsContent .infoTableType tr:last-child th{ border-bottom:none;}
	.specsContent .infoTableType tr:last-child td{ border-bottom:none;}
	
	/* M-00104 NBrand Type Add*/
	.specsContent .infoTableTypeN{border-top:1px solid #dceaf5;border-left:1px solid #dceaf5;border-bottom:1px solid #dceaf5; width:100%;line-height:16px; }
	.specsContent .infoTableTypeN tr th{font-size:12px; padding:6px 15px 6px 15px; font-weight:normal; text-align:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;min-height:35px; border-bottom:1px solid #fff; width:120px;border-right:1px solid #dceaf5; background:#dceaf5; font-family:"HyundaiMedium";}
	.specsContent .infoTableTypeN tr td{padding:7px 15px;border-right:1px solid #dceaf5; border-bottom:1px solid #dceaf5; font-size:12px;}
    .specsContent .infoTableTypeN tr:last-child th{ border-bottom:none;}
    .specsContent .infoTableTypeN tr:last-child td{ border-bottom:none;}
	
	.specsContent .selectSupport{ margin-top:20px;}
	.specsContent .selectSupport .grid{ margin-top:10px;}
	.specsContent .conArea{margin-top:18px;font-size:12px;}

	.experience360vr{ padding-bottom:55px;}
	.experience360vr_imgArea{ position:relative; overflow:hidden;}
	.experience360vr_imgArea .experience_panoramabox{ position:relative; overflow:hidden;}
	.experience360vr_imgArea .panorama{width:auto !important; height:auto !important;}
	.experience360vr_imgArea .panorama img{width:100% !important;}
	.experience360vr_imgArea .panorama .pano_vues{ position:absolute; left:-99999px; top:-99999px;}
	.experience360vr_imgArea .pnlm-container{ position:absolute; left:0; top:0; width:100%; height:100%;}
	.experience360vr_imgArea .pnlm-container .pnlm-load-button{ width:50px; height:50px;margin:-25px 0 0 -25px;}
	.experience360vr_imgArea .pnlm-container .pnlm-load-box { width:50px; height:50px;margin:-25px 0 0 -25px; line-height:50px; font-size:12px;}
	.experience360vr_imgArea .pnlm-container.pnlm-grab .pnlm-load-box { display:none;}
	.experience360vr_imgArea .pnlm-container .pnlm-load-box .pnlm-lmsg{line-height:50px; font-size:12px;}
	.experience360vr_imgArea .mobileOnly img{ width:100%;}
	.experience360vr_imgArea .experience_category{ overflow:hidden;}
	.experience360vr_imgArea .experience_category ul{ overflow:hidden;}
	.experience360vr_imgArea .experience_category ul li{ float:left; width:50%;}
	.experience360vr_imgArea .experience_category ul li button{ width:100%; height:35px; line-height:35px; font-size:12px; text-align:center; color:#000; background:#e4dcd3; font-family:"HyundaiMedium";}
	.experience360vr_imgArea .experience_category ul li button.on{color:#fff; background:#00aad2;}
	.experience360vr_imgArea .pano_loading_percent{ position:absolute; left:50%; top:50%;margin:-25px 0 0 -25px; width:50px; height:50px;border-radius:25px; background:rgba(0%,0%,0%,0.7); text-align:center; line-height:50px; color:#ffffff; font-size:12px; display:none;}
	.experience360vr_imgArea .pano_loading_start{ position:absolute; left:50%; top:50%;margin:-25px 0 0 -25px; width:50px; height:50px;}
	.experience360vr_imgArea .pano_loading_start img{ width:50px;}
	.experience360vr_infoArea{margin:0 -15px;}
	.experience360vr_infoArea .item{overflow:hidden; position:relative; padding-bottom:5px;}
	.experience360vr_infoArea .item:last-child{ border-bottom:0;}
	.experience360vr_infoArea .item .leftTitle{padding:0 15px 15px 15px; overflow:hidden; margin-top:35px;}
	.experience360vr_infoArea .item .leftTitle .title{ color:#000; font-size:14px; font-family:"HyundaiMedium"; line-height:1; float:left;}
	.experience360vr_infoArea .item .leftTitle .colorName{ color:#000; font-size:14px; line-height:1; float:right;}
	.experience360vr_infoArea .item .leftTitle .optionName{ color:#000; font-size:14px; line-height:1; float:right;}
	.experience360vr_infoArea .item .experience_sort_Wrap{padding:0 0 0 15px; position:relative;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea{ position:relative; overflow:hidden;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li{ float:left; width:49px !important; padding-top:4px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li img{ width:45px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea.wheel li{ float:left; width:55px !important; padding-top:4px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea.wheel li img{ width:48px;}
	.experience360vr_infoArea .item.option1 .experience_sort_Wrap .slideArea li img{border:1px solid rgba(0,0,0,0.4)}
	.experience360vr_infoArea .item .experience_sort_Wrap .slideArea li.on:after{ display:block; content:''; position:absolute; right:0px; top:0px; background:url("../images/findacar/360vr/chk_on.png") no-repeat; width:18px; height:18px; overflow:hidden;z-index:1; -webkit-background-size:18px auto; background-size:18px auto;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev{ position:absolute; left:0; top:25px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev .prev{ background:url("../images/findacar/360vr/btn_prev.png") no-repeat; width:9px; height:16px; overflow:hidden; text-indent:-9999px; display:block;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_next{ position:absolute; right:0; top:25px;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_next .next{ background:url("../images/findacar/360vr/btn_next.png") no-repeat; width:9px; height:16px; overflow:hidden; text-indent:-9999px; display:block;}
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_prev,
	.experience360vr_infoArea .item .experience_sort_Wrap .btn_next{ display:none !important;}

	.sepcListWrap .togList.on .btnOpenClose{border-bottom:1px solid #ffffff !important;}
	.sepcListWrap .togCont{padding:12px 20px 0;background:#ffffff;}
	.sepcListWrap .specList{overflow:hidden;font-size:12px;padding:23px 0;border-top:1px solid #f6f3f2;line-height:20px}
	.sepcListWrap .specList:first-child{border-top:none;padding-top:0;}
	.sepcListWrap .specList dt{font-family:"HyundaiMedium";}
	.sepcListWrap .specList>dt{padding-bottom:18px;}
	.sepcListWrap .specList>dd dl{overflow:hidden;padding-top:7px;}
	.sepcListWrap .specList>dd dl:first-child{padding-top:0;}
	.sepcListWrap .specList>dd dt{float:left;width:50%;padding-right:5px;}
	.sepcListWrap .specList>dd dd{float:left;width:50%;padding-left:24px;}
	.sepcListWrap .noticeList{padding-bottom:20px;}

	.topAwardArea{position:absolute;top:182px;left:0; right:0;width:100%;padding:0 15px;text-align:left;}
	.topAwardArea .item{float:left;margin-left:20px;width:65px;}
	.topAwardArea .item .txt{display:none;}
	.topAwardArea .item .btnHelp{position:absolute;top:0;background:url("../images/common/btn_help02.png") no-repeat; width:18px; height:18px; -webkit-background-size:18px auto; background-size:18px auto;z-index:60;}
	.topAwardArea .item .btnHelp:hover,
	.topAwardArea .item .btnHelp:focus{background-position:0 0;}
	.topAwardArea .item .btnHelp.on{background-position:0 0;}
	.topAwardArea .item:nth-child(1) .btnHelp{left:84px;}
	.topAwardArea .item:nth-child(2) .btnHelp{left:169px;}
	.topAwardArea .item .helpBox{position:absolute; left:0; right:0; top:70px; font-size:12px; line-height:22px; background:#ffffff; padding:45px 20px 44px 20px;box-shadow:1px 1px 1px rgba(0,0,0,0.1);z-index:55;}
	.topAwardArea .item:nth-child(1) .helpBox:after{left:62px;}
	.topAwardArea .item:nth-child(2) .helpBox:after{left:146px;}
	.topAwardArea .item .helpBox .link{color:#002c5e;text-decoration:underline;}

	.specsContent .overViewTable,
	.specsContent .performance,
	.specsContent .dimension,
	.specsContent .wheels{display:none; position:relative;}
	.specsContent .overViewTable.on,
	.specsContent .performance.on,
	.specsContent .dimension.on,
	.specsContent .wheels.on{display:block;}
	
	.specsContent .tableWrap{padding-top:40px;padding-bottom:0;}/* 개발환경에 맞게 선언 */
	.specsContent .subTit2 + .tableWrap{padding-top:20px;}
	.specsContent .tableWrap .tblInfo{margin-top:0;}
	#htmSpecContWrap .tableWrap{}
	#htmSpecContWrap .tableWrap:first-child{padding-top:0;}
	
	.awardWrap{padding-bottom:60px;}
	.awardBox{padding:0 15px;background:#f6f3f2;}
	.awardBox .cont{overflow:hidden;padding:20px 15px;border-top:1px solid #e4dcd3;}
	.awardBox:first-child .cont{border-top:0;}
	.awardBox .cont > div{display:table-cell;vertical-align:middle;}
	.awardBox .cont > div.img{display:table-cell;width:60px;}
	.awardBox .cont > div.img img{}
	.awardBox .cont > div.desc{display:table-cell;padding-left:20px;}
}
@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
	/* worldwide */
	.worldwideMap {position:relative;padding:0px 0 60px;margin-top:-50px;}
	.worldwideMap .imgMap {overflow:hidden; position:relative; width:907px; height:499px; margin:0 auto;background:url("../images/globalhyundai/img_map.png") no-repeat}
	.worldwideMap .imgMap .imgMapActive{position:absolute;top:0;left:0}
	.worldwideMap .imgMap .imgMapActive img{display:none; position:absolute;top:0}
	.worldwideMap .imgMap .imgMapActive img.on{display:block;}
	.worldwideCont .tabWrap{display:none}

	.infoLocation{margin-bottom:35px;font-size:0; position:relative;}
	.infoLocation strong{position:relative;display:inline-block;padding-left:25px;vertical-align:middle;font-size:14px}
	.infoLocation strong:before{display:block;content:'';position:absolute;top:5px;left:0;width:16px;height:16px;background:url("../images/globalhyundai/ico_location.png") no-repeat;}
	.infoLocation .flagBox{display:inline-block;vertical-align:middle;font-size:14px;margin:0 40px 0 10px}
	.infoLocation .flagBox img.flag{display:inline-block;vertical-align:middle;margin-right:10px}
	.infoLocation .flagBox a{color:#00aad2;}
	.infoLocation .link{ position:absolute; right:0; top:0; display:block;font-size:14px}
	.infoLocation .link a{display:inline-block;margin-left:5px;color:#002c5f;text-decoration:underline}

	.countryWrap{}
	.countryWrap.showCon{ padding-bottom:100px;}
	.countryArea {display:none; background:#fff; margin-bottom:10px;padding:65px 0 25px 0;}
	.countryArea:last-child{margin-bottom:0}
	.countryArea .titArea{text-align:left;padding-left:95px;padding-right:95px}
	.countryList {position:relative; padding:0 0 0 95px;margin-left:-90px; overflow:hidden}
	.countryList .item {float:left; width:250px; margin-left:90px;  transition: height 0.3s;}
	.countryName {font-size:14px;padding-bottom:30px;}
	.countryName button{}
	.countryName button img{display:inline-block;margin-right:10px;vertical-align:middle;}
	.countryName.on button {color:#002c5f; font-family:"HyundaiMedium"}
	.countryCont {position:absolute; left:90px;right:0; top:62px; z-index:1;padding:55px 96px 52px; background:#002c5f; color:#fff;display:none}
	.countryCont .subTit2 {margin-bottom:40px; color:#fff;}
	.countryCont .info {margin-left:-55px;font-size:0;display:table;overflow:hidden;margin-top:-25px}
	.countryCont .info .infoCont {display:inline-block;vertical-align:top;width:420px; margin-left:55px; font-size:14px;margin-top:25px;border-top:1px solid #fff;padding-top:30px}
	.countryCont .info .infoCont .tit {margin-bottom:20px;font-size:16px;line-height:28px}
	.countryCont .info .infoCont dl {overflow:hidden; height:100%; line-height:26px;}
	.countryCont .info .infoCont dl dt {float:left; width:73px;}
	.countryCont .info .infoCont dl dd {padding-left:73px;}
	.countryCont .info .infoCont dl dd a {color:#fff;text-decoration:underline}
	.countryCont .btnClose {position:absolute; right:96px; top:60px; width:16px; height:16px; background:url("../images/globalhyundai/btn_country_close.png") no-repeat; text-indent:-9999px;}

	/* hyundai social */
	.machFilterArea.social .filterItemList.full .filterItem {width:auto;height:auto;padding:40px 0 40px 60px;}
	.machFilterArea.social .filterItem {width:33.3%; height:230px;}
	.machFilterArea.social .filterItem .filterList {padding-top:10px;}
	.machFilterArea.social .filterItem .filterList li {margin-bottom:36px;}
	.machFilterArea.social .select select{box-shadow:none !important;}
	.machFilterArea.social .filterItem .datepicker{margin-bottom:36px; width:300px; position:relative;}
	.machFilterArea.social .filterItem .datepicker .inputText{border:0 !important; width:275px; margin-bottom:10px; padding-right:25px;}
	.machFilterArea.social .filterItem .datepickerItem{ position:relative; width:275px;}
	.machFilterArea.social .filterItem .datepickerItem .ui-datepicker-trigger{ position:absolute; right:20px; top:11px; left:auto;}
	.machFilterArea.social .filterItem .bar{ position:absolute; right:0; top:0; line-height:44px; font-family:"HyundaiMedium"; color:#000;}

	.snsListWrap{width:1140px; position:relative;} /* 20180328 modify width:1120px; */
	.snsListWrap .btnWrap{margin-top:50px;}
	.snsListTy {vertical-align:top;overflow:hidden;} /* 20180328 modify : -webkit-columns:4 265px;-moz-columns:4 265px;columns:4 265px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px; */
	.msie9 .snsListTy{ width:1140px; } /* 20180323 modify : width:1140px; */
	.snsListTy .columnsImg.grid-sizer{width:285px;}
	.snsListTy img {}
	.snsListTy .columnsImg {padding-bottom:20px;width:265px; overflow:hidden;-webkit-column-break-inside: avoid;-webkit-backface-visibility: hidden;}
	.msie9 .snsListTy .columnsImg {padding-bottom:20px; overflow:hidden;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid; } /* 20180320 modify : float:left; 삭제 */
	.snsListTy .columnsImg .imgArea > img{width:100%;}
	.snsListTy .columnsImg .imgArea .blankImg{display:none}
	.snsListTy .txtArea {padding:30px; background:#f6f3f2;}
	.snsListTy .txt {display:block; margin-bottom:4px;}
	.snsListTy .date {display:block; margin-bottom:25px; color:#7b7979; font-size:14px;}
	.snsListTy .snsInfo {overflow:hidden; display:block;}
	.snsListTy .snsInfo .name {float:left;color:#00aad2; font-size:14px;}
	.snsListTy .snsInfo .ico {display:block; float:right; height:17px; margin-top:5px; background:url("../images/common/ico_sns_small.png") no-repeat; text-indent:-9999px;}
	.snsListTy .snsInfo .ico.facebook{width:7px; background-position:0 0;}
	.snsListTy .snsInfo .ico.twitter{width:18px; background-position:-30px 0;}
	.snsListTy .snsInfo .ico.google {width:22px; background-position:-60px 0;}
	.snsListTy .snsInfo .ico.youtube {width:21px; background-position:-90px 0;}
	.snsListTy .snsInfo .ico.insta {width:17px; background-position:-120px 0;}

	.snsView .boxHorizon:after{display:block;clear:both;content:''}
	.snsView .boxHorizon .left{float:left}
	.snsView .boxHorizon .left .infoLocation{margin-bottom:35px;font-size:0}
	.snsView .boxHorizon .left .infoLocation strong{display:inline-block;vertical-align:middle;font-size:14px}
	.snsView .boxHorizon .left .infoLocation .flagBox{display:inline-block;vertical-align:middle;font-size:14px;margin:0 40px 0 10px}
	.snsView .boxHorizon .left .infoLocation .flagBox img.flag{display:inline-block;vertical-align:middle;margin-right:10px}
	.snsView .boxHorizon .left .infoLocation .flagBox a{ color:#00aad2;}
	.snsView .boxHorizon .left .infoLocation .link{display:inline-block;vertical-align:middle;font-size:14px}
	.snsView .boxHorizon .left .infoLocation .link a{display:inline-block;margin-left:5px;color:#002c5f;text-decoration:underline}
	.snsView .boxHorizon .left .searchBar{min-height:85px}
	.snsView .boxHorizon .left .searchBar .searchWrap{top:0;}
	.snsView .boxHorizon .right{float:right;font-size:0}
	.snsView .boxHorizon .right strong{display:inline-block;vertical-align:middle;font-size:14px}
	.snsView .boxHorizon .right a{display:inline-block;text-indent:-9999px;width:26px;height:26px;background-repeat:no-repeat;background-position:0 0;margin-left:6px;vertical-align:middle;}
	.snsView .togCont{background:#f6f3f2;padding-top:0;padding-bottom:36px}
	.snsView .togCont .snsList li{border-top:1px solid #e4dcd3;overflow:hidden;padding:22px 0 24px 0}
	.snsView .togCont .snsList li:first-child{border-top:none}
	.snsView .togCont .snsList li .flagBox{float:left;font-size:14px}
	.snsView .togCont .snsList li .flagBox img.flag{display:inline-block;vertical-align:middle;margin-right:5px}
	.snsView .togCont .snsList li .flagBox span{vertical-align:middle;}
	.snsView .togCont .snsList li .snsBoxList{float:right;font-size:0}
	.snsView .togCont .snsList li .snsBoxList a{display:inline-block;text-indent:-9999px;width:26px;height:26px;background-repeat:no-repeat;background-position:0 0;margin-left:8px;vertical-align:top;}
	.snsView .btnFacebook{background-image:url("../images/globalhyundai/ico_facebook.png")}
	.snsView .btnYoutube{background-image:url("../images/globalhyundai/ico_youtube.png")}
	.snsView .btnTwitter{background-image:url("../images/globalhyundai/ico_tweeter.png")}
	.snsView .btnGoogle{background-image:url("../images/globalhyundai/ico_google.png")}

}
:root .msie9 .snsListTy .columnsImg { width:265px\9; margin-right: 15px\9; display:inline-block\9; vertical-align:top\9;} /* 20180323 add */

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
	/* worldwide */
	.worldwideMap .imgMap{display:none;}

	.countryWrap{background:#fff;margin:0 -15px;padding:0 10px}
	.countryWrap.showCon{padding-bottom:30px}
	.countryArea {display:none;}
	.countryArea:after{display:block;clear:both;content:''}
	.countryArea .titArea{text-align:left;padding:37px 0 30px 0}

	.countryList {position:relative; display:block;}
	.countryList .item {float:left; width:50%; transition: height 0.3s;}
	.countryName {padding-bottom:5px;font-size:0;line-height:0;}
	.countryName button{overflow:hidden;display:block;width:100%;height:42px;text-align:left;vertical-align:top;}
	.countryName button span{display:inline-block;width:75%;height:42px;font-size:12px;line-height:19px;vertical-align:top;}
	.countryName button img{display:inline-block;margin-right:10px;vertical-align:top;}
	.countryName.on button {color:#002c5f; text-decoration:underline;}

	.countryCont {position:absolute; left:0; right:0 ; top:34px; z-index:1; padding:30px 15px 5px; margin-left:-10px;margin-right:-10px;background:#002c5f; color:#fff; display:none;}
	.countryCont .subTit2 {margin-bottom:24px; color:#fff;}
	.countryCont .info .infoCont {margin-bottom:25px; font-size:12px;border-top:1px solid #fff;padding-top:25px;}
	.countryCont .info .infoCont .tit {margin-bottom:10px; font-size:16px; line-height:22px;}
	.countryCont .info .infoCont dl {overflow:hidden; height:100%; line-height:22px;}
	.countryCont .info .infoCont dl dt {float:left; width:67px;}
	.countryCont .info .infoCont dl dd {padding-left:67px;}
	.countryCont .info .infoCont dl dd a {color:#fff;}
	.countryCont .btnClose {position:absolute; right:15px; top:32px; width:12px; height:12px; background:url("../images/globalhyundai/btn_country_close_mo.png") no-repeat; background-size:100%; text-indent:-9999px;}

	.countryLink {font-size:13px;margin-left:-15px;margin-right:-15px;padding:25px 15px}
	.countryLink .location {margin-bottom:8px;}
	.countryLink .location em {margin-left:3px; font-style:normal; color:#00aad2;}
	.countryLink .link a {color:#002c5e;text-decoration:underline}

	.machFilterArea.social{padding:25px 0;}
	.machFilterArea.social .filterItem .datepicker{position:relative;}
	.machFilterArea.social .filterItem .datepicker .inputText{border:0 !important; width:100%; margin-bottom:10px;}
	.machFilterArea.social .filterItem .datepickerItem{ position:relative;}
	.machFilterArea.social .filterItem .datepickerItem .ui-datepicker-trigger{position:absolute;top:10px;right:15px;width:10px;}
	.machFilterArea.social .filterItem .datepicker .bar{display:none;}

	/* hyundai social */
	.snsListWrap{}
	.snsListTy{vertical-align:top;}
	.snsListTy .columnsImg{vertical-align:top; position:relative !important; left:auto !important;top:auto !important; padding-bottom:20px; overflow:hidden;}
	.snsListTy .columnsImg .imgArea{overflow:hidden; background:#000; text-align:center; position:relative;}
	.snsListTy .columnsImg .imgArea > img{width:100%;}
	.snsListTy .columnsImg .imgArea .blankImg{display:none}
	.snsListTy .txtArea {padding:25px 20px; background:#f6f3f2;}
	.snsListTy .txt {display:block; margin-bottom:8px;}
	.snsListTy .date {display:block; margin-bottom:14px; color:#7b7979; font-size:14px;}
	.snsListTy .snsInfo {overflow:hidden; display:block;}
	.snsListTy .snsInfo .name {float:left;color:#00aad2; font-size:14px;}
	.snsListTy .snsInfo .ico {display:block; float:right; height:17px; margin-top:5px; background:url("../images/common/ico_sns_small.png") no-repeat; text-indent:-9999px;}
	.snsListTy .snsInfo .ico.facebook{width:7px; background-position:0 0;}
	.snsListTy .snsInfo .ico.twitter{width:18px; background-position:-30px 0;}
	.snsListTy .snsInfo .ico.google {width:22px; background-position:-60px 0;}
	.snsListTy .snsInfo .ico.youtube {width:21px; background-position:-90px 0;}
	.snsListTy .snsInfo .ico.insta {width:17px; background-position:-120px 0;}
	.snsListTy .columnsImg img{width:100%;}

	.snsView .boxHorizon{position:relative;}
	.snsView .boxHorizon .left .infoLocation{padding-bottom:50px;font-size:0}
	.snsView .boxHorizon .left .infoLocation strong{position:relative;display:inline-block;padding-left:20px;vertical-align:middle;font-size:13px;font-family:'HyundaiRegular'}
	.snsView .boxHorizon .left .infoLocation strong:before{display:block;content:'';position:absolute;top:3px;left:0;width:12px;height:12px;background:url("../images/globalhyundai/ico_location.png") no-repeat;background-size:12px 12px;}
	.snsView .boxHorizon .left .infoLocation .flagBox{display:inline-block;vertical-align:middle;font-size:13px;margin:0 40px 0 10px}
	.snsView .boxHorizon .left .infoLocation .flagBox img.flag{display:inline-block;vertical-align:middle;width:26px;margin-right:5px}
	.snsView .boxHorizon .left .infoLocation .flagBox a{color:#00aad2;text-decoration:underline;}
	.snsView .boxHorizon .left .infoLocation .link{display:block;font-size:13px;margin-top:8px}
	.snsView .boxHorizon .left .infoLocation .link a{display:inline-block;margin-left:5px;color:#002c5f;text-decoration:underline}
	.snsView .boxHorizon .right{font-size:0;position:absolute;left:0;bottom:80px;text-align:right;width:100%}
	.snsView .boxHorizon .right strong{position:absolute;top:0;left:0;display:inline-block;vertical-align:middle;font-size:14px;text-align:left;}
	.snsView .boxHorizon .right a{display:inline-block;text-indent:-999em;width:18px;height:18px;background-repeat:no-repeat;background-position:0 0;background-size:18px;margin-left:7px;vertical-align:top;}
	.snsView .togCont{padding:10px 20px 40px 20px}
	.snsView .togCont .snsList li{overflow:hidden;position:relative;min-height:45px;padding:10px 0}
	.snsView .togCont .snsList li .flagBox{position:relative;font-size:0;line-height:0;}
	.snsView .togCont .snsList li .flagBox img.flag{position:absolute;top:0;left:0;}
	.snsView .togCont .snsList li .flagBox span{display:inline-block;padding:0 100px 0 35px;font-size:12px;line-height:19px;}
	.snsView .togCont .snsList li .snsBoxList{position:absolute;top:10px;right:0;text-align:right;font-size:0}
	.snsView .togCont .snsList li .snsBoxList a{display:inline-block;text-indent:-999em;width:18px;height:18px;background-repeat:no-repeat;background-position:0 0;background-size:18px;margin:2px 0 0 7px;vertical-align:top;}
	.snsView .btnFacebook{background-image:url("../images/globalhyundai/ico_facebook.png")}
	.snsView .btnYoutube{background-image:url("../images/globalhyundai/ico_youtube.png")}
	.snsView .btnTwitter{background-image:url("../images/globalhyundai/ico_tweeter.png")}
	.snsView .btnGoogle{background-image:url("../images/globalhyundai/ico_google.png")}

}
@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
	.sponListWrap{}
	.sponListWrap .gridWrap{margin-bottom:-40px;}
	.sponListWrap .gridRow{overflow:hidden;margin-bottom:40px;}
	.sponListWrap .subTit3{margin-bottom:10px;font-family:'HyundaiMedium';}
	.sponListWrap .sponList{overflow:hidden;}
	.sponListWrap .sponList dt{float:left;width:130px;}
	.sponListWrap .sponList dd{float:left;width:370px;}
	.sponListWrap .sponList dt,
	.sponListWrap .sponList dd{margin-top:13px;}
	.sponListWrap .grid2{padding-left:15px;}
	.sponListWrap .grid2 dd{float:left;width:355px;}

	.banner{height:210px;margin:-30px 0 70px;}
}

/* mobile size */
@media screen and (min-width:0) and (max-width:740px){
	.sponListWrap{}
	.sponListWrap .gridWrap{margin-bottom:-15px}
	.sponListWrap .gridRow{overflow:hidden;}
	.sponListWrap .grid{margin-bottom:20px;}
	.sponListWrap .subTit3{margin-bottom:8px;font-family:'HyundaiMedium';}
	.sponListWrap .sponList{overflow:hidden;}
	.sponListWrap .sponList dl{position:relative;margin-top:6px;}
	.sponListWrap .sponList dt{position:absolute;width:100px;top:0;left:0;}
	.sponListWrap .sponList dd{padding-left:100px;}

	.banner{margin-bottom:35px;}
}
@charset "utf-8";

.networkMap .mapWrap .map#KR{top:176px;left:453px;}
.networkMap .mapWrap .map#US{top:174px;left:812px;}
.networkMap .mapWrap .map#DE{top:130px;left:198px;}
.networkMap .mapWrap .map#IN{top:231px;left:331px;}
.networkMap .mapWrap .map#JP{top:157px;left:491px;}
.networkMap .mapWrap .map#CN{top:186px;left:389px;}
.networkMap .mapWrap .map#CZ{top:129px;left:170px;}
.networkMap .mapWrap .map#TR{top:168px;left:224px;}
.networkMap .mapWrap .map#RU{top:108px;left:340px;}
.networkMap .mapWrap .map#BR{top:300px;left:870px;}
@charset "utf-8";

@media print,screen and (min-width:741px) and (max-width:20000px){
	/* Collision avoidance > animation */
	.innovation_safety{ }

	.innovation_safety .safety_tech{ position:relative; padding-top:100px; height:790px; margin-bottom:100px; }
	.innovation_safety .safety_tech.bg0{background:url('../images/abouthyundai/safety_tech_AEB.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg1{background:url('../images/abouthyundai/safety_tech_ASCC.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg2{background:url('../images/abouthyundai/safety_tech_BSD.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg3{background:url('../images/abouthyundai/safety_tech_DBL.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg4{background:url('../images/abouthyundai/safety_tech_ESC.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg5{background:url('../images/abouthyundai/safety_tech_HAC.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg6{background:url('../images/abouthyundai/safety_tech_LDWS.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg7{background:url('../images/abouthyundai/safety_tech_LKAS.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg8{background:url('../images/abouthyundai/safety_tech_SHBA.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg9{background:url('../images/abouthyundai/safety_tech_TPMS.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg10{background:url('../images/abouthyundai/safety_tech_VSM.jpg') no-repeat center top;}

	.innovation_safety .safety_tech .techTitleArea{ background:#002c5f; height:90px; position:relative; z-index:10; width:1120px; margin:0 auto;}

	.innovation_safety .safety_tech .techTitleArea ul.titleSec{ float:left; padding-left:40px; }

	.innovation_safety .safety_tech .techTitleArea ul.titleSec li{ display:none; }

	.innovation_safety .safety_tech .techTitleArea ul.titleSec li.on{ display:block; }

	.innovation_safety .safety_tech .techTitleArea ul.titleSec li h3{ color:#ffffff; font-size:20px; line-height:90px; }

	.innovation_safety .safety_tech .tech_list{ position:absolute; right:0; top:0; transition:all 0.5s;-webkit-transition:all 0.5s; width:100px; height:90px; overflow:hidden;}
	.innovation_safety .safety_tech .tech_list.on{ width:1120px; height:690px;}

	.innovation_safety .safety_tech .tech_list .more{ float:right; display:block; background:url('../images/abouthyundai/btn_tech_open_close.jpg') no-repeat; width:100px; height:90px; overflow:hidden; text-indent:-99999px; }

	.innovation_safety .safety_tech .tech_list .more.on{ background-position:0 -90px; }

	.innovation_safety .safety_tech .tech_list ul{ overflow:hidden; position:absolute; right:0; top:90px; width:1120px; height:600px; background:#f6f3f2; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:40px 0 0 40px; display:none; }

	.innovation_safety .safety_tech .tech_list li{ float:left; width:256px; height:170px; margin:0 5px 5px 0 }

	.innovation_safety .safety_tech .tech_list li button{ display:block; line-height:170px; text-align:center; color:#ffffff; font-size:30px; font-family:"HyundaiMedium"; width:256px; }
	.innovation_safety .safety_tech .tech_list li button.AEB{background:url('../images/abouthyundai/img_tech_AEB.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.ASCC{background:url('../images/abouthyundai/img_tech_ASCC.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.BSD{background:url('../images/abouthyundai/img_tech_BSD.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.DBL{background:url('../images/abouthyundai/img_tech_DBL.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.ESC{background:url('../images/abouthyundai/img_tech_ESC.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.HAC{background:url('../images/abouthyundai/img_tech_HAC.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.LDWS{background:url('../images/abouthyundai/img_tech_LDWS.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.LKAS{background:url('../images/abouthyundai/img_tech_LKAS.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.SHBA{background:url('../images/abouthyundai/img_tech_SHBA.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.TPMS{background:url('../images/abouthyundai/img_tech_TPMS.jpg') no-repeat;}
	.innovation_safety .safety_tech .tech_list li button.VSM{background:url('../images/abouthyundai/img_tech_VSM.jpg') no-repeat;}
	.innovation_safety .txt_area ul{ }

	.innovation_safety .txt_area li{ display:none; }

	.innovation_safety .txt_area li.on{ display:block; }

	.innovation_safety .safety_tech .tech_cont_wrap{ overflow:hidden; position:relative; width:1120px; height:600px; margin:0 auto; background:#fbfafa; }

	.innovation_safety .safety_tech .tech_cont{ overflow:hidden; position:relative; width:1120px; height:600px; margin:0 auto; background:#fbfafa; }

	.innovation_safety .safety_tech .tech_cont .control{ position:absolute; left:0; bottom:25px; z-index:2; width:100%; text-align:center; }

	.innovation_safety .safety_tech .tech_cont .control .tech_slider{ display:none; }

	.innovation_safety .safety_tech .tech_cont .control button{ display:inline-block; width:49px; height:27px; margin:0 5px; padding:49px 0 0; font-size:14px; line-height:24px; color:#666; text-decoration:none; background:url('../images/abouthyundai/ico_tech_control.png') no-repeat 0 0; overflow:visible }

	.innovation_safety .safety_tech .tech_cont .control .play{ background-position:0 0; width:49px; height:74px; }

	.innovation_safety .safety_tech .tech_cont .control .play:hover{ background-position:0 -100px; }

	.innovation_safety .safety_tech .tech_cont .control .stop{ background-position:-100px 0; width:49px; height:74px; }

	.innovation_safety .safety_tech .tech_cont .control .stop:hover{ background-position:-100px -100px; }

	.innovation_safety .safety_tech .tech_cont_wrap .prev{ display:block; background:url("../images/common/btn_prev.png") no-repeat; width:44px; height:44px; overflow:hidden; text-indent:-9999px; position:absolute; left:0; top:50%; z-index:10; margin-top:-22px; }

	.innovation_safety .safety_tech .tech_cont_wrap .next{ display:block; background:url("../images/common/btn_next.png") no-repeat; width:44px; height:44px; overflow:hidden; text-indent:-9999px; position:absolute; right:0; top:50%; z-index:10; margin-top:-22px; }

	.innovation_safety .safety_tech .tech_cont .scene{ position:absolute; display: none;left:0; top:0; width:1120px; height:600px; opacity:0; z-index:1; } /* 20180312 modify : top:-210px; display: none; */

	.innovation_safety .safety_tech .tech_cont .scene.on{display:block; opacity:1;} /* 20180313 add */
	.innovation_safety .safety_tech .tech_cont .scene.on .movieContent iframe { width: 99%; height: 99%; padding:0 7px 0 5px; background:#000; } /* 20180315 add */

	.innovation_safety .safety_tech .tech_cont.dark{ background:#191919; }

	/* Tech Detail */
	/* AEB */
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .bg{ position:absolute; left:22px; top:439px; width:1301px; height:172px; background:url("../images/abouthyundai/safety_tech_AEB_bg.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar > div{ position:absolute; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car1,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car2,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car3,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car4,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car5,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car6,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car7,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car8,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car9{ width:205px; height:111px; top:466px; background:url("../images/abouthyundai/safety_tech_AEB_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car1{ left:990px; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car2{ left:920px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car3{ left:850px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car4{ left:780px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car5{ left:700px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car6{ left:620px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car7{ left:530px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car8{ left:440px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car9{ left:325px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car10,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car11,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car12,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car13,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car14,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car15{ width:223px; height:117px; top:464px; background:url("../images/abouthyundai/safety_tech_AEB_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car10{ left:210px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car11{ left:210px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car12{ left:210px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car13{ left:210px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car14{ left:210px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .mycar div.car15{ left:210px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar > div{ position:absolute; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car1,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car2,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car3,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car4,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car5,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car6,
	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car7{ width:730px; height:790px; top:138px; background:url("../images/abouthyundai/safety_tech_AEB_yourcar1.png"); }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car1{ left:470px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car2{ left:380px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car3{ left:290px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car4{ left:175px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car5{ left:60px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car6{ left:10px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car7{ left:-40px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car8{ width:689px; height:722px; top:160px; left:18px; background:url("../images/abouthyundai/safety_tech_AEB_yourcar2.png"); }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car9{ width:629px; height:656px; top:193px; left:78px; background:url("../images/abouthyundai/safety_tech_AEB_yourcar3.png"); }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car10{ width:747px; height:814px; top:114px; left:-40px; background:url("../images/abouthyundai/safety_tech_AEB_yourcar4.png"); }

	.innovation_safety .safety_tech .tech_cont .scene.scene_AEB .yourcar div.car11{ width:689px; height:722px; top:160px; left:18px; background:url("../images/abouthyundai/safety_tech_AEB_yourcar5.png"); }

	/* ASCC */
	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .bg div{ position:absolute; left:22px; top:440px; width:1301px; height:172px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .bg div.bg1{ background:url("../images/abouthyundai/safety_tech_ASCC_bg2.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .bg div.bg2{ background:url("../images/abouthyundai/safety_tech_ASCC_bg1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar{ position:absolute; left:615px; top:469px; width:1px; height:1px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .car{ display:block; width:203px; height:111px; background:url("../images/abouthyundai/safety_tech_ASCC_mycar.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div{ position:absolute; left:-432px; top:-136px; width:522px; height:506px; z-index:-1; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div.line1{ background:url("../images/abouthyundai/safety_tech_ASCC_line4.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div.line2{ background:url("../images/abouthyundai/safety_tech_ASCC_line3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div.line3{ background:url("../images/abouthyundai/safety_tech_ASCC_line2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .mycar .line div.line4{ background:url("../images/abouthyundai/safety_tech_ASCC_line1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .yourcar{ position:absolute; left:339px; top:524px; width:1px; height:1px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .yourcar .car{ display:block; width:203px; height:111px; margin:-55px 0 0 -153px; background:url("../images/abouthyundai/safety_tech_ASCC_yourcar.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div{ position:absolute; left:220px; top:463px; width:890px; height:178px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info1{ background:url("../images/abouthyundai/safety_tech_ASCC_speed1.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info2{ background:url("../images/abouthyundai/safety_tech_ASCC_speed2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info3{ background:url("../images/abouthyundai/safety_tech_ASCC_speed3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info4{ background:url("../images/abouthyundai/safety_tech_ASCC_speed4.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info5{ background:url("../images/abouthyundai/safety_tech_ASCC_speed5.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info6{ background:url("../images/abouthyundai/safety_tech_ASCC_speed6.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info7{ background:url("../images/abouthyundai/safety_tech_ASCC_speed7.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info8{ background:url("../images/abouthyundai/safety_tech_ASCC_speed8.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ASCC .info div.info9{ background:url("../images/abouthyundai/safety_tech_ASCC_speed9.png") no-repeat 0 0; }

	/* BSD */
	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .bg div{ position:absolute; left:22px; top:439px; width:1301px; height:172px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .bg div.bg1{ background:url("../images/abouthyundai/safety_tech_BSD_bg2.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .bg div.bg2{ background:url("../images/abouthyundai/safety_tech_BSD_bg1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar{ position:absolute; left:489px; top:523px; width:1px; height:1px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .car{ display:block; width:207px; height:113px; margin:-57px 0 0 -88px; background:url("../images/abouthyundai/safety_tech_BSD_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .info div{ position:absolute; left:-56px; top:-211px; width:93px; height:168px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .info div.info1{ background:url("../images/abouthyundai/safety_tech_BSD_info.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .info div.info2{ background:url("../images/abouthyundai/safety_tech_BSD_info.png") no-repeat -100px 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div{ position:absolute; left:89px; top:-403px; width:600px; height:800px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div.line1{ background:url("../images/abouthyundai/safety_tech_BSD_line1.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div.line2{ background:url("../images/abouthyundai/safety_tech_BSD_line2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div.line3{ background:url("../images/abouthyundai/safety_tech_BSD_line3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .mycar .line div.line4{ background:url("../images/abouthyundai/safety_tech_BSD_line4.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .yourcar{ position:absolute; left:1258px; top:372px; width:1px; height:1px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_BSD .yourcar .car{ display:block; width:207px; height:113px; margin:-56px 0 0 -146px; background:url("../images/abouthyundai/safety_tech_BSD_yourcar1.png") no-repeat 0 0; }

	/* DBL */
	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL{ top:0; /*overflow: hidden;*/ }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .bg{ position:absolute; left:0px; top:355px; width:1280px; height:280px; background:url("../images/abouthyundai/safety_tech_DBL_bg.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div{ position:absolute; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car1{ left:878px; top:310px; width:446px; height:236px; background:url("../images/abouthyundai/safety_tech_DBL_mycar1.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car2{ left:760px; top:310px; width:446px; height:236px; background:url("../images/abouthyundai/safety_tech_DBL_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car3{ left:662px; top:310px; width:446px; height:236px; background:url("../images/abouthyundai/safety_tech_DBL_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car4{ left:582px; top:310px; width:446px; height:236px; background:url("../images/abouthyundai/safety_tech_DBL_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car5{ left:517px; top:310px; width:446px; height:236px; background:url("../images/abouthyundai/safety_tech_DBL_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car6{ left:467px; top:310px; width:446px; height:236px; background:url("../images/abouthyundai/safety_tech_DBL_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car7{ left:427px; top:310px; width:446px; height:236px; background:url("../images/abouthyundai/safety_tech_DBL_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car8{ left:407px; top:335px; width:414px; height:265px; background:url("../images/abouthyundai/safety_tech_DBL_mycar3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car9{ left:357px; top:354px; width:408px; height:295px; background:url("../images/abouthyundai/safety_tech_DBL_mycar4.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car10{ left:320px; top:372px; width:376px; height:353px; background:url("../images/abouthyundai/safety_tech_DBL_mycar5.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car11{ left:294px; top:385px; width:347px; height:383px; background:url("../images/abouthyundai/safety_tech_DBL_mycar6.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car12{ left:286px; top:398px; width:321px; height:420px; background:url("../images/abouthyundai/safety_tech_DBL_mycar7.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car13{ left:266px; top:426px; width:307px; height:436px; background:url("../images/abouthyundai/safety_tech_DBL_mycar8.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car14{ left:266px; top:482px; width:297px; height:447px; background:url("../images/abouthyundai/safety_tech_DBL_mycar9.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car15{ left:369px; top:555px; width:158px; height:448px; background:url("../images/abouthyundai/safety_tech_DBL_mycar10.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_DBL .mycar div.car16{ left:369px; top:555px; width:158px; height:448px; background:url("../images/abouthyundai/safety_tech_DBL_mycar10.png") no-repeat 0 0; }

	/* ESC */
	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .bg{ position:absolute; left:27px; top:439px; width:1226px; height:171px; background:url("../images/abouthyundai/safety_tech_ESC_bg.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div{ position:absolute; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car1{ left:1134px; top:507px; width:225px; height:117px; margin:-45px 0 0 -88px; background:url("../images/abouthyundai/safety_tech_ESC_mycar1.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car2{ left:1072px; top:503px; width:224px; height:138px; margin:-58px 0 0 -87px; background:url("../images/abouthyundai/safety_tech_ESC_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car3{ left:1018px; top:490px; width:220px; height:155px; margin:-59px 0 0 -87px; background:url("../images/abouthyundai/safety_tech_ESC_mycar3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car4{ left:956px; top:469px; width:217px; height:166px; margin:-65px 0 0 -93px; background:url("../images/abouthyundai/safety_tech_ESC_mycar4.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car5{ left:899px; top:442px; width:220px; height:156px; margin:-65px 0 0 -85px; background:url("../images/abouthyundai/safety_tech_ESC_mycar5.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car6{ left:840px; top:417px; width:221px; height:151px; margin:-67px 0 0 -91px; background:url("../images/abouthyundai/safety_tech_ESC_mycar6.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car7{ left:779px; top:394px; width:224px; height:151px; margin:-63px 0 0 -86px; background:url("../images/abouthyundai/safety_tech_ESC_mycar7.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car8{ left:715px; top:380px; width:224px; height:135px; margin:-60px 0 0 -90px; background:url("../images/abouthyundai/safety_tech_ESC_mycar8.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car9{ left:648px; top:377px; width:224px; height:131px; margin:-48px 0 0 -90px; background:url("../images/abouthyundai/safety_tech_ESC_mycar9.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car10{ left:580px; top:392px; width:309px; height:251px; margin:-64px 0 0 -87px; background:url("../images/abouthyundai/safety_tech_ESC_mycar10.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car11{ left:515px; top:410px; width:309px; height:251px; margin:-175px 0 0 -167px; background:url("../images/abouthyundai/safety_tech_ESC_mycar11.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car12{ left:454px; top:465px; width:361px; height:322px; margin:-239px 0 0 -147px; background:url("../images/abouthyundai/safety_tech_ESC_mycar12.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car13{ left:372px; top:490px; width:384px; height:339px; margin:-264px 0 0 -146px; background:url("../images/abouthyundai/safety_tech_ESC_mycar13.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car14{ left:294px; top:515px; width:445px; height:345px; margin:-289px 0 0 -91px; background:url("../images/abouthyundai/safety_tech_ESC_mycar14.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car15{ left:232px; top:528px; width:492px; height:353px; margin:-302px 0 0 -90px; background:url("../images/abouthyundai/safety_tech_ESC_mycar15.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_ESC .mycar div.car16{ left:186px; top:532px; width:492px; height:353px; margin:-306px 0 0 -91px; background:url("../images/abouthyundai/safety_tech_ESC_mycar16.png") no-repeat 0 0; }

	/* HAC */
	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC{ }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .bg{ position:absolute; left:42px; top:314px; width:1187px; height:393px; background:url("../images/abouthyundai/safety_tech_HAC_bg.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div{ position:absolute; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car1{ left:1081px; top:586px; width:305px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car2{ left:931px; top:541px; width:305px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car3{ left:831px; top:512px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car4{ left:761px; top:491px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car5{ left:731px; top:482px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car6{ left:706px; top:475px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car7{ left:686px; top:469px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car8{ left:671px; top:465px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car9{ left:671px; top:465px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car10{ left:671px; top:465px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car11{ left:671px; top:465px; width:321px; height:136px; margin:-7px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car12{ left:641px; top:455px; width:360px; height:199px; margin:-54px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car13{ left:591px; top:441px; width:441px; height:221px; margin:-54px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar4.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car14{ left:511px; top:417px; width:571px; height:260px; margin:-54px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar5.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car15{ left:391px; top:382px; width:691px; height:295px; margin:-54px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar6.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_HAC .mycar div.car16{ left:221px; top:332px; width:861px; height:345px; margin:-54px 0 0 -101px; background:url("../images/abouthyundai/safety_tech_HAC_mycar7.png") no-repeat 0 0; }

	/* LDWS */
	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .bg div{ position:absolute; left:22px; top:439px; width:1301px; height:172px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .bg div.bg1{ background:url("../images/abouthyundai/safety_tech_LDWS_bg1.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .bg div.bg2{ background:url("../images/abouthyundai/safety_tech_LDWS_bg2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar{ position:absolute; z-index:3; left:852px; top:524px; width:1px; height:1px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .car{ display:block; position:absolute; left:0; top:0; width:208px; height:113px; margin:-55px 0 0 -149px; background:url("../images/abouthyundai/safety_tech_LDWS_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div{ position:absolute; left:-586px; top:-255px; width:522px; height:506px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div.line1{ background:url("../images/abouthyundai/safety_tech_LDWS_line1.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div.line2{ background:url("../images/abouthyundai/safety_tech_LDWS_line2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div.line3{ background:url("../images/abouthyundai/safety_tech_LDWS_line3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .mycar .line div.line4{ background:url("../images/abouthyundai/safety_tech_LDWS_line4.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .info{ position:absolute; left:756px; top:275px; z-index:-1; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .info .info1{ width:93px; height:248px; overflow:hidden; background:url("../images/abouthyundai/safety_tech_LDWS_info.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .info .info2{ display:none; width:93px; height:248px; overflow:hidden; background:url("../images/abouthyundai/safety_tech_LDWS_info.png") no-repeat -100px 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LDWS .red{ display:none; position:absolute; z-index:2; left:526px; top:437px; width:516px; height:15px; background:url("../images/abouthyundai/safety_tech_LDWS_line5.png") no-repeat 0 0; }

	/* LKAS */
	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS{ top:-110px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .bg div{ position:absolute; left:22px; top:466px; width:1301px; height:172px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .bg div.bg1{ background:url("../images/abouthyundai/safety_tech_LKAS_bg2.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .bg div.bg2{ background:url("../images/abouthyundai/safety_tech_LKAS_bg1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar{ position:absolute; left:705px; top:491px; width:1px; height:1px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .car{ display:block; width:252px; height:122px; background:url("../images/abouthyundai/safety_tech_LKAS_mycar.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .info div{ position:absolute; left:695px; top:303px; width:214px; height:248px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .info div.info1{ background:url("../images/abouthyundai/safety_tech_LKAS_info.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .info div.info2{ background:url("../images/abouthyundai/safety_tech_LKAS_info.png") no-repeat -223px 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .redline{ position:absolute; left:456px; top:464px; width:516px; height:15px; background:url("../images/abouthyundai/safety_tech_LKAS_line1.png") no-repeat 0 0; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div{ position:absolute; left:-432px; top:-195px; width:522px; height:506px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div.line1{ background:url("../images/abouthyundai/safety_tech_LKAS_line5.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div.line2{ background:url("../images/abouthyundai/safety_tech_LKAS_line4.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div.line3{ background:url("../images/abouthyundai/safety_tech_LKAS_line3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_LKAS .mycar .line div.line4{ background:url("../images/abouthyundai/safety_tech_LKAS_line2.png") no-repeat 0 0; }

	/* SHBA */
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA{ }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg{ position:absolute; top:586px; z-index:5; width:1280px; height:5px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg .bg_wrap{ position:relative; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg div.bg1,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg div.bg2{ position:absolute; top:0; width:1280px; height:5px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg div.bg1{ background:url("../images/abouthyundai/safety_tech_SHBA_bg2.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .bg div.bg2{ background:url("../images/abouthyundai/safety_tech_SHBA_bg1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .blueprint div{ position:absolute; left:22px; top:466px; width:1301px; height:172px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div{ position:absolute; top:482px; z-index:3; width:1055px; height:93px; background:url("../images/abouthyundai/safety_tech_SHBA_mycar1.png") no-repeat 0 0; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car1,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car2,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car3,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car4,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car5,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car6,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car7,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car8,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car9,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car10{ width:1055px; height:93px; background:url("../images/abouthyundai/safety_tech_SHBA_mycar1.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car1{ left:185px; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car2{ left:150px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car3{ left:115px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car4{ left:80px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car5{ left:52px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car6{ left:27px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car7{ left:0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car8{ left:-27px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car9{ left:-50px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car10{ left:-73px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car11{ left:33px; width:943px; height:93px; background:url("../images/abouthyundai/safety_tech_SHBA_mycar2.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car12{ left:62px; width:902px; height:104px; background:url("../images/abouthyundai/safety_tech_SHBA_mycar3.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car13{ left:47px; width:902px; height:121px; background:url("../images/abouthyundai/safety_tech_SHBA_mycar4.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car14{ left:78px; width:861px; height:125px; background:url("../images/abouthyundai/safety_tech_SHBA_mycar5.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car15{ left:-281px; width:1215px; height:157px; background:url("../images/abouthyundai/safety_tech_SHBA_mycar6.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .mycar div.car16{ left:205px; width:722px; height:131px; background:url("../images/abouthyundai/safety_tech_SHBA_mycar7.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div{ position:absolute; width:227px; height:93px; top:482px; z-index:1; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar1,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar2,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar3,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar4,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar5,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar6,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar7{ left:0px; background:none; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar8,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar9,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar10,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar11,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar12,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar13,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar14,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar15,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar16{ background:url("../images/abouthyundai/safety_tech_SHBA_yourcar.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar8{ left:0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar9{ left:30px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar10{ left:60px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar11{ left:90px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar12{ left:120px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar13{ left:155px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar14{ left:190px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar15{ left:225px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .yourcar div.yourcar16{ left:255px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div{ position:absolute; width:93px; height:175px; top:318px; z-index:1; left:1117px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info1,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info2,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info3,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info4,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info5,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info6,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info7,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info8,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info9,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info10{ background:url("../images/abouthyundai/safety_tech_SHBA_info.png") no-repeat 0 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info11,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info12,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info13,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info14,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info15,
	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info16{ background:url("../images/abouthyundai/safety_tech_SHBA_info.png") no-repeat -94px 0 }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info1{ left:1110px; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info2{ left:1078px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info3{ left:1042px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info4{ left:1008px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info5{ left:980px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info6{ left:956px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info7{ left:928px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info8{ left:903px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info9{ left:880px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info10{ left:858px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info11{ left:845px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info12{ left:835px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info13{ left:820px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info14{ left:809px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info15{ left:806px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_SHBA .info div.info16{ left:800px; }

	/* TPMS */
	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS{ }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .bg div{ position:absolute; left:22px; top:439px; width:1301px; height:172px; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .bg div.bg1{ background:url("../images/abouthyundai/safety_tech_TPMS_bg1.png") no-repeat 0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .bg div.bg2{ background:url("../images/abouthyundai/safety_tech_TPMS_bg2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div{ position:absolute; left:533px; top:441px; width:411px; height:160px; background:url("../images/abouthyundai/safety_tech_TPMS_mycar1.png") no-repeat 0 0; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car1{ background-position:0 0; visibility:visible; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car2{ background-position:0 -160px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car3{ background-position:0 -320px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car4{ background-position:0 -480px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car5{ background-position:0 -640px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car6{ background-position:0 -800px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car7{ background-position:0 -960px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car8{ background-position:0 -1120px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car9{ background-position:0 -1280px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car10{ background-position:0 -1440px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car11{ background-position:0 -1600px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car12{ background-position:0 -1760px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car13{ background-position:0 -1920px; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_TPMS .mycar div.car14{ background-position:0 -2080px; }

	/* VSM */
	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .bg{ position:absolute; left:27px; top:439px; width:1226px; height:171px; background:url("../images/abouthyundai/safety_tech_VSM_bg.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div{ position:absolute; visibility:hidden; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car1{ visibility:visible; left:1134px; top:507px; width:226px; height:277px; margin:-43px 0 0 -88px; background:url("../images/abouthyundai/safety_tech_VSM_mycar1.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car2{ left:1067px; top:521px; width:226px; height:277px; margin:-58px 0 0 -87px; background:url("../images/abouthyundai/safety_tech_VSM_mycar2.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car3{ left:999px; top:521px; width:226px; height:277px; margin:-58px 0 0 -88px; background:url("../images/abouthyundai/safety_tech_VSM_mycar3.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car4{ left:941px; top:507px; width:225px; height:296px; margin:-64px 0 0 -96px; background:url("../images/abouthyundai/safety_tech_VSM_mycar4.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car5{ left:877px; top:468px; width:221px; height:335px; margin:-64px 0 0 -90px; background:url("../images/abouthyundai/safety_tech_VSM_mycar5.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car6{ left:824px; top:433px; width:218px; height:371px; margin:-65px 0 0 -93px; background:url("../images/abouthyundai/safety_tech_VSM_mycar6.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car7{ left:752px; top:406px; width:221px; height:395px; margin:-62px 0 0 -87px; background:url("../images/abouthyundai/safety_tech_VSM_mycar7.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car8{ left:683px; top:398px; width:225px; height:399px; margin:-58px 0 0 -90px; background:url("../images/abouthyundai/safety_tech_VSM_mycar8.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car9{ left:613px; top:389px; width:226px; height:397px; margin:-47px 0 0 -91px; background:url("../images/abouthyundai/safety_tech_VSM_mycar9.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car10{ left:466px; top:292px; width:307px; height:510px; margin:-63px 0 0 -89px; background:url("../images/abouthyundai/safety_tech_VSM_mycar10.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car11{ left:512px; top:400px; width:280px; height:513px; margin:-174px 0 0 -172px; background:url("../images/abouthyundai/safety_tech_VSM_mycar11.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car12{ left:395px; top:437px; width:360px; height:539px; margin:-237px 0 0 -146px; background:url("../images/abouthyundai/safety_tech_VSM_mycar12.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car13{ left:395px; top:463px; width:360px; height:539px; margin:-263px 0 0 -146px; background:url("../images/abouthyundai/safety_tech_VSM_mycar13.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car14{ left:280px; top:488px; width:420px; height:539px; margin:-288px 0 0 -91px; background:url("../images/abouthyundai/safety_tech_VSM_mycar14.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car15{ left:200px; top:501px; width:499px; height:539px; margin:-301px 0 0 -90px; background:url("../images/abouthyundai/safety_tech_VSM_mycar15.png") no-repeat 0 0; }

	.innovation_safety .safety_tech .tech_cont .scene.scene_VSM .mycar div.car16{ left:101px; top:505px; width:599px; height:539px; margin:-305px 0 0 -91px; background:url("../images/abouthyundai/safety_tech_VSM_mycar16.png") no-repeat 0 0; }

}
/* mobile size */
@media screen and (min-width:0) and (max-width:740px){

	/* Collision avoidance > animation */
	.innovation_safety{ }


	.innovation_safety .safety_tech{ position:relative;padding:40px 15px 0  15px; -webkit-background-size:cover !important; background-size:cover !important; margin-bottom:60px;}
	.innovation_safety .safety_tech.bg0{background:url('../images/abouthyundai/safety_tech_AEB_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg1{background:url('../images/abouthyundai/safety_tech_ASCC_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg2{background:url('../images/abouthyundai/safety_tech_BSD_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg3{background:url('../images/abouthyundai/safety_tech_DBL_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg4{background:url('../images/abouthyundai/safety_tech_ESC_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg5{background:url('../images/abouthyundai/safety_tech_HAC_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg6{background:url('../images/abouthyundai/safety_tech_LDWS_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg7{background:url('../images/abouthyundai/safety_tech_LKAS_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg8{background:url('../images/abouthyundai/safety_tech_SHBA_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg9{background:url('../images/abouthyundai/safety_tech_TPMS_m.jpg') no-repeat center top;}
	.innovation_safety .safety_tech.bg10{background:url('../images/abouthyundai/safety_tech_VSM_m.jpg') no-repeat center top;}


	.innovation_safety .safety_tech .techTitleArea{ background:#002c5f; height:45px; position:relative; z-index:30;}

	.innovation_safety .safety_tech .techTitleArea ul.titleSec{ float:left; padding-left:20px; }

	.innovation_safety .safety_tech .techTitleArea ul.titleSec li{ display:none; }

	.innovation_safety .safety_tech .techTitleArea ul.titleSec li.on{ display:block; }

	.innovation_safety .safety_tech .techTitleArea ul.titleSec li h3{ color:#ffffff; font-size:17px; line-height:45px; }

	.innovation_safety .safety_tech .tech_list{ position:absolute; right:0; top:0; transition:all 0.5s; -webkit-transition:all 0.5s;overflow:hidden;height:45px; width:100%;}
	.innovation_safety .safety_tech .tech_list.on{ width:100%;height:350px;}

	.innovation_safety .safety_tech .tech_list .more{ float:right; display:block; background:url('../images/abouthyundai/btn_tech_open_close_m.jpg') no-repeat; width:50px; height:45px; overflow:hidden; text-indent:-99999px; -webkit-background-size:50px auto; background-size:50px auto;}

	.innovation_safety .safety_tech .tech_list .more.on{ background-position:0 -45px; }

	.innovation_safety .safety_tech .tech_list ul{ overflow:hidden; position:absolute; right:0; top:45px; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;display:none; background:#f6f3f2;}

	.innovation_safety .safety_tech .tech_list li{ float:left; width:50%;}

	.innovation_safety .safety_tech .tech_list li button{ line-height:50px; font-size:17px; text-align:center; display:block; width:100%;}
	.innovation_safety .safety_tech .tech_list li.on button{ color:#002c5f;font-family:"HyundaiMedium"}
	.innovation_safety .txt_area ul{ }

	.innovation_safety .txt_area li{ display:none; }

	.innovation_safety .txt_area li.on{ display:block; }

	.innovation_safety .safety_tech .tech_cont_wrap{ overflow:hidden; position:relative; background:#fbfafa; clear:both; width:100%;}

	.innovation_safety .safety_tech .tech_cont{ overflow:hidden; position:relative; background-color:rgba(0, 0, 0, 0.9);} /* 20180313 modify background:#fbfafa; */ 

	.innovation_safety .safety_tech .tech_cont .control{ position:absolute; left:0; bottom:25px; z-index:2; width:100%; text-align:center; display:none;}

	.innovation_safety .safety_tech .tech_cont .control .tech_slider{ display:none; }

	.innovation_safety .safety_tech .tech_cont .control button{ display:inline-block; width:49px; height:27px; margin:0 5px; padding:49px 0 0; font-size:14px; line-height:24px; color:#666; text-decoration:none; background:url('../images/abouthyundai/ico_tech_control.png') no-repeat 0 0; overflow:visible }

	.innovation_safety .safety_tech .tech_cont .control .play{ background-position:0 0; width:49px; height:74px; }

	.innovation_safety .safety_tech .tech_cont .control .play:hover{ background-position:0 -100px; }

	.innovation_safety .safety_tech .tech_cont .control .stop{ background-position:-100px 0; width:49px; height:74px; }

	.innovation_safety .safety_tech .tech_cont .control .stop:hover{ background-position:-100px -100px; }

	.innovation_safety .safety_tech .tech_cont_wrap .prev{overflow:hidden;display:block;width:35px;height:35px;background:url("../images/common/btn_prev_mo.png") no-repeat;background-size:100% 100%; text-indent:-9999px; position:absolute; left:0; top:50%; z-index:10; margin-top:-17px; }
	.innovation_safety .safety_tech .tech_cont_wrap .next{overflow:hidden;display:block;width:35px;height:35px;background:url("../images/common/btn_next_mo.png") no-repeat;background-size:100% 100%; text-indent:-9999px; position:absolute; right:0; top:50%; z-index:10; margin-top:-17px; }


	.innovation_safety .safety_tech .tech_cont .scene{ position:absolute; left:0; top:0;opacity:0}

	.innovation_safety .safety_tech .tech_cont .scene:first-child{ opacity:1; }
	.innovation_safety .safety_tech .tech_cont .scene.on{ opacity:1; position:relative;z-index:1}

	.innovation_safety .safety_tech .tech_cont.dark{ background:#191919; }

}
@charset "utf-8";

.guide_tit{font-size:26px;font-weight:600;margin:50px 0;padding:10px 20px;background:#fff;}
.guide_tit2{font-size:22px;font-weight:600;margin:40px 0;padding:10px 20px;background:#e4dcd3;}
.wrap{width:100%;max-width:1240px;margin:0 auto;}
.pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
}

.pnlm-container * {
    box-sizing: content-box;
}


.pnlm-container:-moz-full-screen {
    height: 100% !important;
    width: 100% !important;
}
.pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
}
.pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
}
.pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
}

.pnlm-render-container {
    cursor: inherit;
    
    /* Fix display bug in Safari 7 */
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-controls {
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0,0,0,0.4);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-control:hover {
    background-color: #f8f8f8;
}

.pnlm-controls-container {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
}

.pnlm-zoom-controls {
    width: 26px;
    height: 52px;
}

.pnlm-zoom-in {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
}

.pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-position: 0 -26px;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0,0,0,0.10);
    border-radius: 0 0 3px 3px;
}

.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
    width: 26px;
    height: 26px;
}

.pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none;
}

.pnlm-orientation-button-inactive {
    background-position: 0 -156px;
}

.pnlm-orientation-button-active {
    background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
    background-position: 0 -52px;
}

.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px;
}

.pnlm-panorama-info {
    position: absolute;
    bottom: 4px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    padding-left: 5px;
    margin-bottom: 3px;
}

.pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px;
}

.pnlm-load-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: rgba(0%,0%,0%,0.7);
    text-align: center;
    line-height: 100px;
    color: #ffffff;
    font-size: 20px;
    display: none;
}

.pnlm-load-box p {
    line-height:50px;
    font-size:20px;
    color:#ffffff;
}

.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}

.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative;
}

@keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

@-webkit-keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    cursor: pointer;
}


.pnlm-load-button p {
    display: table-cell;
    vertical-align: middle;
}

.pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed;
}

.pnlm-info-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.pnlm-error-msg {
    display: none;
}

.pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    background: rgba(0,0,0,0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
    color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
    color: #eee;
}

.pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 1;
}
.pnlm-hotspot {
    height: 26px;
    width: 26px;
    border-radius: 13px;
}
.pnlm-hotspot:hover {
    background-color: rgba(255,255,255,0.2);
}
.pnlm-hotspot.pnlm-info {
    background-position: 0 -104px;
}
.pnlm-hotspot.pnlm-scene {
    background-position: 0 -130px;
}

div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}
div.pnlm-tooltip:hover span{
    visibility: visible;
}
div.pnlm-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    cursor: default;
    display: none;
}

.pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%;
}
.pnlm-face {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.pnlm-dragfix, .pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-preview-img {
    background-size: cover;
    background-position: center;
}

.pnlm-lbar {
    display:none;
    width: 150px;
    margin: 0 auto;
    border: #fff 1px solid;
    height: 6px;
}

.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}

.pnlm-lmsg {
    line-height:50px;
    font-size:20px;
    color:#ffffff;
    font-family:"HyundaiMedium";.


}

.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0;
}

.nBrand .layout_box:after, .nBrand .section_hero .hero_wrap2 .vid_hero_wrap:after, .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap:after, .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap:after, .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap:after, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap:after, .section_people .people_list > li.list:after, .section_young .section_wrap:after, .section_core .things_wrap .things .things_list:after, .nBrand .section_type2 .tit_wrap:after, .nBrand .section_type2 .txt_wrap:after, .nBrand .section_type2 .list_wrap:after, .nBrand .section_type3 .txt_wrap:after, .nBrand .gallerySpread:after { content: ''; display: block; clear: both; }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner .current_wrap:before, .section_visual_pos .l_txt_wrap:before { content: ''; display: inline-block; width: 1px; height: 100%; margin-left: -1px; vertical-align: middle; }
/* body { background: #fff; } M-00103 NBrand CSS 충돌수정 */
.nBrand.contentWrap .contTop { background-color: #fff; position: relative; z-index: 1; }
.nBrand { width: 100%; overflow: hidden; background: #fff; }  /* M-00103 NBrand CSS 충돌수정 */
.nBrand.black { background-color: #000; }
.nBrand .layout_box, .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap { position: relative; max-width: 1120px; margin: 0 auto; }
.nBrand .blind { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; width: 1px; height: 1px; }
.nBrand .n_point { color: #e63312; }
.nBrand .n_box { display: inline-block; width: 120px; height: 120px; border: 30px solid #e63312; }
.nBrand .btn_play { display: inline-block; width: 110px; height: 110px; margin-top: 36px; border: 15px solid #a6c4df; }
.nBrand .btn_play:after { content: ''; display: inline-block; vertical-align: middle; border-left: 32px solid #fff; border-top: 20px solid transparent; border-bottom: 20px solid transparent; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .btn_play { width: 35px; height: 35px; border-width: 4px; margin-top: 15px; }
  .nBrand .btn_play:after { border-width: 7px 0 7px 12px; margin-left: 2px; margin-top: -2px; } }
.nBrand .contTop { background-color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .contTop { padding-top: 0; } }
.nBrand .contTop .topArea .breadCrumb .active { color: #fff; }
.nBrand .contTop .topVisualArea { padding: 0; }
.nBrand .contTop .topVisualArea .topVisual { height: 600px; overflow: visible; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .contTop .topVisualArea .topVisual { height: auto; padding: 0; padding-left: 30px; top: 35px; } }
.nBrand .contTop .topVisualArea .topVisual .visual { width: 1232px; margin-left: -272px; }
.nBrand .contTop .topVisualArea .topVisual .visual .responsive-image { width: 100% !important; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .contTop .topVisualArea .topVisual .visual { width: auto; margin-left: 0; }
  .nBrand .contTop .topVisualArea .topVisual .visual .responsive-image { width: 100%; } }
.nBrand .contTop .topVisualArea .topVisual .titWrap { letter-spacing: -1px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .contTop .topVisualArea .topVisual .titWrap.mobile_white { color: #fff; } }
.nBrand .contTop .topVisualArea .topVisual .titWrap .ftit { padding-bottom: 8px; font-family: 'HyundaiMedium'; font-size: 65px; line-height: 68px; font-weight: normal; letter-spacing: -0.25px; }
.nBrand .contTop .topVisualArea .topVisual .titWrap .stit { font-family: 'HyundaiMedium'; font-size: 32px; line-height: 36px; font-weight: normal; max-width: none; letter-spacing: -0.25px; }
.nBrand .contTop .topVisualArea .topVisual .titWrap .stit .l_n_dot { position: absolute; }
.nBrand .contTop .topVisualArea .topVisual .titWrap .stit .n_dot { display: inline-block; margin-left: 4px; width: 10px; height: 10px; background: #000; margin-left: 8px; }
.nBrand .contTop .topVisualArea .topVisual .titWrap .stit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .contTop .topVisualArea .topVisual .titWrap .stit .n_dot { width: 2px; height: 2px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .contTop .topVisualArea .topVisual .titWrap { width: auto; left: 28px; padding-top: 17px; }
  .nBrand .contTop .topVisualArea .topVisual .titWrap .ftit { padding: 14px 0 0; font-family: 'HyundaiMedium'; font-size: 30px; line-height: 1; font-weight: normal; letter-spacing: -0.25px; }
  .nBrand .contTop .topVisualArea .topVisual .titWrap .stit { font-family: 'HyundaiMedium'; font-size: 15px; line-height: 17px; font-weight: normal; max-width: none; margin-top: 11px; letter-spacing: 0; } }
.nBrand .contTop.dark_type .topArea .breadCrumb a, .nBrand .contTop.dark_type .topVisualArea .topVisual .titWrap { color: #fff; }
.nBrand .contTop.dark_type .topArea .breadCrumb a.link, .nBrand .contTop.dark_type .topArea .breadCrumb span.ctg { color: #fff; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0RDc2OUM4OTJBNDExRTc5MDJBRDRGQTNFRkFGREE2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0RDc2OUM5OTJBNDExRTc5MDJBRDRGQTNFRkFGREE2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRENzY5QzY5MkE0MTFFNzkwMkFENEZBM0VGQUZEQTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRENzY5Qzc5MkE0MTFFNzkwMkFENEZBM0VGQUZEQTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4F/wyzAAAAZ0lEQVR42mL8//8/EwMDwz8GNAASXA/ELugSDEAdokB8CIhjgJgBhmEMbiDeCMQVMAlGsCwEMAPxNCD+BcQFTEimMgIxC8h0mB0wo7YAcSmyHeJAfASIo9AtB1nqhCwIsxyrBwECDACNQG5ixsR8JAAAAABJRU5ErkJggg=="); }
.nBrand .contTop.dark_type .topArea .sharing a { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRGOTU1RERBOTNBQTExRTdCNkMxODk0OEY1QjBFQjhBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRGOTU1RERCOTNBQTExRTdCNkMxODk0OEY1QjBFQjhBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REY5NTVERDg5M0FBMTFFN0I2QzE4OTQ4RjVCMEVCOEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REY5NTVERDk5M0FBMTFFN0I2QzE4OTQ4RjVCMEVCOEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6G8UlhAAAAlUlEQVR42mL8//8/Aw7ABsSToexcIP6FVRXIACxYDIgPAfEzKD4EFcNQy4TFTEMgPgPEnEAsCcWcUDEjQi6IAOKvQLwEiDn+IwCIvRgqF4GsB92AOUBcisSHARi/FKoGrocRTyCCHQilGXEpYGKgELAg2YIMGAm4iLouIGQrLpf9p4oLhoEBLCQE2kgIg/8D4gKAAAMArnmsXZw9OOMAAAAASUVORK5CYII="); color: #fff; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; }
.nBrand .visual_txt { padding-top: 110px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .visual_txt { padding-top: 30px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .visual_txt .layout_box, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap { padding: 24px 30px 28px; } }
.nBrand .visual_txt .layout_box .txt_wrap, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap { float: right; }
.nBrand .visual_txt .layout_box .txt_wrap .txt, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt { float: left; width: 448px; margin-left: 32px; line-height: 26px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
.nBrand .visual_txt .layout_box .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt .mobile-only, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt .mobile-only { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .visual_txt .layout_box .txt_wrap, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap { float: none; }
  .nBrand .visual_txt .layout_box .txt_wrap .txt, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt { float: none; width: auto; margin: 0; font-size: 14px; line-height: 21px; letter-spacing: 0; font-weight: normal; }
  .nBrand .visual_txt .layout_box .txt_wrap .txt:last-child, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt:last-child, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt:last-child { margin-top: 25px; }
  .nBrand .visual_txt .layout_box .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap .txt .mobile-only, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap .txt .mobile-only, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap .txt .mobile-only, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap .txt .mobile-only { display: block; }
  .nBrand .visual_txt .layout_box .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap.mobile_para .txt, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap.mobile_para .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap.mobile_para .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap.mobile_para .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap.mobile_para .txt, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap.mobile_para .txt, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap.mobile_para .txt { display: inline; }
  .nBrand .visual_txt .layout_box .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_hero .hero_wrap2 .visual_txt .vid_hero_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_stit_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_img_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_txt_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .visual_txt .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap.mobile_para .txt:last-child, .nBrand .section_expand .expand_wrap .expand_section .visual_txt .l_list_wrap .txt_wrap.mobile_para .txt:last-child { margin-top: 0; } }
.nBrand .nBrandDimmed { position: fixed; width: 100%; height: 100%; top: 0; z-index: 20; background: rgba(0, 0, 0, 0.85); }
.nBrand .section_nBrand_banner { padding: 118px 0 124px; background: #dceaf5; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner { padding: 32px 0 0; clear: both; } }
.nBrand .section_nBrand_banner .banner_layout { position: relative; max-width: 1800px; margin: 0 auto; }
@media screen and (max-width: 1864px) and (min-width: 741px) { .nBrand .section_nBrand_banner .banner_layout { padding: 0 32px; } }
.nBrand .section_nBrand_banner .banner_layout .tit { padding-bottom: 38px; text-align: center; font-family: 'HyundaiBold'; font-size: 44px; line-height: 34px; font-weight: normal; letter-spacing: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .tit { padding-bottom: 24px; font-size: 19px; line-height: 22px; font-weight: normal; letter-spacing: 0; } }
.nBrand .section_nBrand_banner .banner_layout .tit .more { font-family: 'HyundaiBold'; font-size: 16px; line-height: 20px; font-weight: normal; letter-spacing: 0; position: absolute; right: 0; top: 20px; }
@media screen and (max-width: 1864px) and (min-width: 741px) { .nBrand .section_nBrand_banner .banner_layout .tit .more { right: 32px; } }
.nBrand .section_nBrand_banner .banner_layout .tit .more a { padding: 0 16px 0 0; }
.nBrand .section_nBrand_banner .banner_layout .tit .more a:before, .nBrand .section_nBrand_banner .banner_layout .tit .more a:after { width: 2px; height: 10px; display: block; background: #e33c1e; content: ""; position: absolute; }
.nBrand .section_nBrand_banner .banner_layout .tit .more a:before { right: 5px; top: 8px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.nBrand .section_nBrand_banner .banner_layout .tit .more a:after { right: 5px; top: 3px; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .tit .more { font-family: 'HyundaiBold'; font-size: 12px; line-height: 15px; font-weight: normal; position: static; right: auto; top: auto; text-align: center; padding: 11px 0 0 0; margin-bottom: -8px; }
  .nBrand .section_nBrand_banner .banner_layout .tit .more a { display: inline-block; position: relative; padding: 0 10px 0 0; }
  .nBrand .section_nBrand_banner .banner_layout .tit .more a:before, .nBrand .section_nBrand_banner .banner_layout .tit .more a:after { width: 1px; height: 6px; }
  .nBrand .section_nBrand_banner .banner_layout .tit .more a:before { right: 2px; top: 7px; }
  .nBrand .section_nBrand_banner .banner_layout .tit .more a:after { right: 2px; top: 3px; } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap { display: table; table-layout: fixed; width: 100%; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap { display: block; } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner { position: relative; display: table-cell; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner { display: block; margin-bottom: 0; } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner { display: block; }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner:hover .banner_img:before { background: transparent; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner:hover .banner_img:before { background: rgba(0, 0, 0, 0.4); } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner:hover .tit { text-decoration: underline; }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner .current_wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner .current { display: inline-block; vertical-align: middle; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 1; font-weight: normal; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .link_banner .current { display: none; } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_img { position: relative; }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_img img { width: 100%; }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_img:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); border-top: 14px solid #dceaf5; border-bottom: 14px solid #dceaf5; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_img:before { border: none; } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont { padding: 0 8px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .tit { display: inline-block; padding: 13px 0 5px; font-family: 'HyundaiMedium'; font-size: 24px; line-height: 1; font-weight: normal; letter-spacing: -1px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .tit { font-family: 'HyundaiMedium'; font-size: 15px; line-height: 18px; font-weight: normal; color: #fff; letter-spacing: 0; } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .txt { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner .banner_cont .txt { display: none; } }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on .banner_img:before, .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on .banner_img:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on .banner_img:before { background: rgba(0, 0, 0, 0.6); border: none; }
.nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on .banner_img:after { border: 7px solid #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_nBrand_banner .banner_layout .banner_wrap .nBrand_banner.on a:hover .banner_img:before { background: rgba(0, 0, 0, 0.6); } }

@media screen and (max-width: 740px) { .desktop-only { display: none; } }

.mobile-only { display: none; }
@media screen and (max-width: 740px) { .mobile-only { display: block; } }

.responsive_bg { background: no-repeat; }
@media screen and (max-width: 740px) { .responsive_bg { background-repeat: no-repeat; background-position-x: 50%; background-position-y: 0; background-size: 100% auto; } }
.responsive_bg[data-mobile-bg][data-mobile-bg-position="middle"] { background-position-y: 50%; }
.responsive_bg[data-mobile-bg][data-mobile-bg-position="bottom"] { background-position-y: 100%; }

@media screen and (max-width: 740px) { body.mobile .contentWrap .l_img_wrap .key_img_wrap { position: absolute; top: 0; left: 15px; right: 0; } }
@media screen and (max-width: 740px) { body.mobile .contentWrap .l_img_wrap .key_back_img_wrap { position: relative; left: 0; bottom: auto; padding-right: 15px; } }

.section_visual_pos .section_wrap { position: relative; max-width: 1920px; left: 50%; margin-left: -960px; }
@media screen and (max-width: 740px) { .section_visual_pos .section_wrap { max-width: none; left: auto; margin-left: 0; } }
.section_visual_pos .l_txt_wrap { position: absolute; top: 0; width: 100%; height: 100%; text-align: center; z-index: 1; }
@media screen and (max-width: 740px) { .section_visual_pos .l_txt_wrap:before { content: none; } }
.section_visual_pos .txt_wrap { display: inline-block; vertical-align: middle; width: 1120px; }
@media screen and (max-width: 740px) { .section_visual_pos .txt_wrap { width: auto; padding: 0 30px 28px; } }
.section_visual_pos .txt_wrap .txt { font-family: 'HyundaiBold'; font-size: 60px; line-height: 72px; font-weight: normal; color: #fff; padding-top: 40px; }
.section_visual_pos .txt_wrap .txt .l_n_dot { position: absolute; }
.section_visual_pos .txt_wrap .txt .n_dot { display: inline-block; margin-left: 4px; width: 10px; height: 10px; background: #e63312; margin-left: 4px; }
.section_visual_pos .txt_wrap .txt .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_visual_pos .txt_wrap .txt .n_dot { width: 2px; height: 2px; margin-left: 2px; } }
.section_visual_pos .txt_wrap .txt:first-child { padding-top: 0; }
@media screen and (max-width: 740px) { .section_visual_pos .txt_wrap .txt { padding-top: 22px; font-size: 20px; line-height: 22px; font-weight: normal; }
  .section_visual_pos .txt_wrap .txt .n_dot { width: 3px; height: 3px; }
  .section_visual_pos .txt_wrap .txt:first-child { padding-top: 22px; } }

.section_main .section_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; }
@media screen and (max-width: 740px) { .section_main .section_wrap { max-width: none; left: auto; margin-left: 0; } }
.section_main .tit_wrap { position: absolute; z-index: 2; }
@media screen and (max-width: 740px) { .section_main .tit_wrap { position: static; } }
.section_main .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 60px; line-height: 66px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_main .tit_wrap .tit { font-size: 24px; line-height: 26px; font-weight: normal; } }
.section_main .txt_wrap .txt { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_main .txt_wrap .txt { font-size: 14px; line-height: 21px; font-weight: normal; } }
.section_main .txt_wrap.expand .txt { width: 100%; float: none; }
.section_main .l_img_wrap .key_img_wrap { position: relative; }
.section_main .l_img_wrap .key_back_img_wrap { position: absolute; }

.section_contents_kv { z-index: 1; }
.section_contents_kv .section_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; }
@media screen and (max-width: 740px) { .section_contents_kv .section_wrap { max-width: none; left: auto; margin-left: 0; } }
.section_contents_kv .section_wrap .left_1_grid { left: 96px; }
.section_contents_kv .section_wrap .left_2_grid { left: 192px; }
.section_contents_kv .section_wrap .left_3_grid { left: 288px; }
.section_contents_kv .section_wrap .left_4_grid { left: 384px; }
.section_contents_kv .section_wrap .left_5_grid { left: 480px; }
.section_contents_kv .section_wrap .right_1_grid { right: 96px; }
.section_contents_kv .section_wrap .right_2_grid { right: 192px; }
.section_contents_kv .section_wrap .right_3_grid { right: 288px; }
.section_contents_kv .section_wrap .right_4_grid { right: 384px; }
.section_contents_kv .section_wrap .right_5_grid { right: 480px; }
.section_contents_kv .l_img_wrap .key_back_img_wrap { position: relative; left: -400px; }
.section_contents_kv .l_img_wrap .key_img_wrap { position: absolute; left: 192px; top: 315px; }
.section_contents_kv .l_tit_wrap, .section_contents_kv .l_txt_wrap { position: absolute; z-index: 1; }
.section_contents_kv .l_tit_wrap { left: 0; top: 89px; margin-left: -4px; }
.section_contents_kv .ftit { font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; letter-spacing: -0.01em; }
.section_contents_kv .stit { font-family: 'HyundaiBold'; font-size: 36px; line-height: 69px; font-weight: normal; letter-spacing: -0.01em; }
.section_contents_kv .l_txt_wrap { top: 917px; }
.section_contents_kv .txt_wrap { font-size: 0; }
.section_contents_kv .txt_wrap .txt { width: 640px; }
.section_contents_kv .txt_wrap .txt.column { display: inline-block; vertical-align: top; width: 448px; box-sizing: border-box; }
.section_contents_kv .txt_wrap .txt.column:nth-of-type(even) { padding-left: 32px; }
.section_contents_kv .txt_wrap .txt.expand { width: 768px; }
.section_contents_kv .txt { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }

.section_visual_contents .section_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; }
@media screen and (max-width: 740px) { .section_visual_contents .section_wrap { max-width: none; left: auto; margin-left: 0; } }
.section_visual_contents .l_tit_wrap, .section_visual_contents .l_cont_wrap .img_wrap, .section_visual_contents .l_cont_wrap .tit_wrap, .section_visual_contents .l_cont_wrap .txt_wrap { position: absolute; }
.section_visual_contents .ftit { font-family: 'HyundaiBold'; font-size: 72px; line-height: 72px; font-weight: normal; letter-spacing: -0.01em; }
.section_visual_contents .stit { font-family: 'HyundaiBold'; font-size: 45px; line-height: 72px; font-weight: normal; letter-spacing: -0.01em; }
.section_visual_contents .txt { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }

.section_contents_images .section_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; }
@media screen and (max-width: 740px) { .section_contents_images .section_wrap { max-width: none; left: auto; margin-left: 0; } }

.overlap_contents { padding-top: 357px; box-sizing: border-box; }

.nBrand .aboutN br.mobile { display: none; }
@media screen and (max-width: 740px) { .nBrand .aboutN br.mobile { display: block; } }
.nBrand .aboutN br.desktop { display: block; }
@media screen and (max-width: 740px) { .nBrand .aboutN br.desktop { display: none; } }
.nBrand .aboutN .l_tit_wrap, .nBrand .aboutN .l_txt_wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; }
@media screen and (max-width: 740px) { .nBrand .aboutN .l_tit_wrap, .nBrand .aboutN .l_txt_wrap { padding: 30px; }
  .nBrand .aboutN .last.l_tit_wrap, .nBrand .aboutN .last.l_txt_wrap { padding-bottom: 0; }
  .nBrand .aboutN .l_tit_wrap, .nBrand .aboutN .l_txt_wrap, .nBrand .aboutN .l_tit_wrap .txt_wrap, .nBrand .aboutN .l_txt_wrap .txt_wrap, .nBrand .aboutN .l_tit_wrap .tit_wrap, .nBrand .aboutN .l_txt_wrap .tit_wrap { position: static; }
  .nBrand .aboutN .l_tit_wrap + .l_tit_wrap, .nBrand .aboutN .l_txt_wrap + .l_tit_wrap, .nBrand .aboutN .l_tit_wrap + .l_txt_wrap, .nBrand .aboutN .l_txt_wrap + .l_txt_wrap { padding-top: 8px; } }

.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video, .section_video.progress .vid_hero_wrap .l_vid_wrap .video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video iframe, .section_video.progress .vid_hero_wrap .l_vid_wrap .video iframe { width: 100%; height: 100%; }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close { position: absolute; z-index: 1; width: 40px; height: 40px; right: 0; top: 0; background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close { width: 22px; height: 22px; right: 0; top: 0; } }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:before, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:before, .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:after, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:after { content: ''; position: absolute; background: #fff; left: 50%; top: 50%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:before, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:before { width: 3px; height: 19px; margin: -9px 0 0 -1px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:before, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:before { width: 2px; height: 12px; margin: -6px 0 0 -1px; } }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:after, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:after { width: 19px; height: 3px; margin: -1px 0 0 -9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .video .close:after, .section_video.progress .vid_hero_wrap .l_vid_wrap .video .close:after { width: 12px; height: 2px; margin: -1px 0 0 -6px; } }

.nBrand .aboutN.section_hero .hero_wrap { position: relative; left: 50%; margin-left: -960px; overflow: hidden; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap { left: 0; padding-top: 35px; margin: 0; } }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap { position: absolute; width: 100%; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap { position: static; } }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit { display: block; width: 100%; text-align: center; font-family: 'HyundaiBold'; font-size: 130px; line-height: 140px; font-weight: normal; color: #fff; letter-spacing: -0.025em; }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .red { color: #e63312; }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .l_n_dot { position: absolute; }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 22px; height: 22px; background: #e63312; margin-left: 11px; }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit .n_dot { width: 6px; height: 5px; margin-left: 3px; } }
@media screen and (min-width: 641px) and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit { font-size: 65px; line-height: 60px; letter-spacing: 0; font-weight: normal; } }
@media screen and (min-width: 481px) and (max-width: 640px) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit { font-size: 50px; line-height: 45px; letter-spacing: 0; font-weight: normal; } }
@media screen and (min-width: 321px) and (max-width: 480px) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit { font-size: 45px; line-height: 50px; letter-spacing: 0; font-weight: normal; } }
@media screen and (max-width: 320px) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit { font-size: 45px; line-height: 50px; letter-spacing: 0; font-weight: normal; } }
@media screen and (min-width: 741px) { .touchable .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit_wrap .tit, .nBrand .aboutN.section_hero .touchable .hero_wrap .l_tit_wrap .tit_wrap .tit { font-size: 120px; } }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap { color: #fff; font-family: 'HyundaiMedium'; font-size: 30px; line-height: 38px; font-weight: normal; letter-spacing: -0.01em; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap { font-family: 'HyundaiMedium'; font-size: 13px; line-height: 18px; font-weight: normal; } }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap .txt { margin-bottom: 55px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap .txt { margin-bottom: 16px; } }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt_wrap .txt:last-child { margin-bottom: 0; }
.nBrand .aboutN.section_hero .hero_wrap .l_bg_wrap { display: block; }
.nBrand .aboutN.section_hero .hero_wrap .l_bg_wrap img.img_hero { margin-left: 0; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_bg_wrap img.img_hero { margin: 0; } }
.nBrand .aboutN.section_hero .hero_wrap .l_bg_wrap .img_logo_wrap { position: absolute; bottom: 0; left: 0; }

.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo { display: inline-block; width: 274px; }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo img, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo img { vertical-align: middle; width: 100%; height: auto; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo { width: 107px; margin: 0; }
  .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo img, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo img { margin-top: 0; } }
@media screen and (max-width: 740px) { .nBrand .aboutN .only_desktop { display: none !important; } }
.nBrand .aboutN.section_hero { background-color: #000; padding-bottom: 20px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero.responsive_bg { background-color: #161616; background-size: 100% auto; padding-bottom: 72%; } }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap { max-width: 1120px; left: 400px; top: 945px; text-align: center; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap { padding-right: 0; } }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo { width: 197px; margin-right: 7px; }
.nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo img { width: 100%; height: auto; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_tit_wrap .tit .n_logo { width: 70px; } }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap { left: 400px; text-align: center; max-width: 1120px; }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt { width: 100%; position: absolute; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap .txt { position: static; } }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap { padding-left: 15px; padding-right: 15px; } }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_1 { top: 200px; }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_1 .txt:nth-of-type(2) { top: 146px; }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_1 .txt:nth-of-type(3) { top: 293px; }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_1 .txt:nth-of-type(4) { top: 553px; }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_2 { top: 1287px; }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_2 .txt:nth-of-type(2) { top: 107px; }
.nBrand .aboutN.section_hero .hero_wrap .l_txt_wrap.paragraph_2 .txt:nth-of-type(3) { top: 254px; }
.nBrand .aboutN.section_visual { background-color: #000; padding-bottom: 120px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual { padding-bottom: 0; } }
.nBrand .aboutN.section_visual .visual_wrap { max-width: 1920px; position: relative; left: 50%; margin-left: -960px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual .visual_wrap { left: 0; margin-left: 0; } }
.nBrand .aboutN.section_visual .l_tit_wrap { color: #fff; padding-top: 0; }
.nBrand .aboutN.section_visual .l_txt_wrap { color: #a9a9a9; }
.nBrand .aboutN.section_visual.feeling { min-height: 325px; box-sizing: content-box; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.feeling { padding-bottom: 0; min-height: 0; margin-top: 0; } }
.nBrand .aboutN.section_visual.feeling .l_img_wrap img { margin-left: 912px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.feeling .l_img_wrap img { margin-left: 0; } }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap, .nBrand .aboutN.section_visual.feeling .l_txt_wrap { width: 100%; text-align: center; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.feeling .l_tit_wrap, .nBrand .aboutN.section_visual.feeling .l_txt_wrap { text-align: left; } }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap { top: 36px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.feeling .l_tit_wrap { padding-left: 0; padding-right: 0; } }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit { height: auto; line-height: 1; }
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit > figure, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit > span { display: block; } }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap { font-family: 'HyundaiBold'; font-size: 80px; line-height: 90px; font-weight: normal; letter-spacing: -0.01em; }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .l_n_dot { position: absolute; }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .n_dot { display: inline-block; margin-left: 4px; width: 18px; height: 18px; background: #e63312; margin-left: 11px; }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .n_dot { margin-left: 3px; } }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap { font-family: 'HyundaiBold'; font-size: 30px; line-height: 35px; font-weight: normal; }
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .n_dot { width: 6px; height: 6px; } }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub { font-family: 'HyundaiBold'; font-size: 48px; line-height: 48px; font-weight: normal; text-align: left; display: block; }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub.right { text-align: right; padding-right: 33px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub { font-family: 'HyundaiBold'; font-size: 18px; line-height: 18px; font-weight: normal; }
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub, .nBrand .aboutN.section_visual.feeling .l_tit_wrap .tit_wrap .tit .text-wrap .sub.right { text-align: center; padding-right: 0; } }
.nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo { display: block; vertical-align: top; margin: 0 auto 55px auto; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.feeling .l_tit_wrap { text-align: center; padding-top: 0; padding-bottom: 10px; }
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo { width: 93px; margin: 0 auto 24px auto; }
  .nBrand .aboutN.section_visual.feeling .l_tit_wrap .n_logo img { margin-top: 0; } }
.nBrand .aboutN.section_visual.feeling .l_txt_wrap { top: 248px; text-align: center; letter-spacing: -0.01em; }
.nBrand .aboutN.section_visual.making { padding-bottom: 172px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.making { padding-bottom: 10.5px; } }
.nBrand .aboutN.section_visual.making .l_img_wrap img { margin-left: 560px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.making .l_img_wrap img { margin-left: 0; } }
.nBrand .aboutN.section_visual.making .l_tit_wrap, .nBrand .aboutN.section_visual.making .l_txt_wrap { box-sizing: border-box; width: 100%; margin-left: 400px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.making .l_tit_wrap, .nBrand .aboutN.section_visual.making .l_txt_wrap { margin-left: 0; } }
.nBrand .aboutN.section_visual.making .l_tit_wrap { top: 335px; }
.nBrand .aboutN.section_visual.making .l_tit_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 48px; line-height: 48px; font-weight: normal; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.making .l_tit_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; } }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.making .l_tit_wrap { padding-top: 26.5px; padding-bottom: 0.5px; } }
.nBrand .aboutN.section_visual.making .l_txt_wrap { max-width: 480px; top: 405px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.making .l_txt_wrap { max-width: none; } }
.nBrand .aboutN.section_visual.making .l_txt_wrap .txt_wrap .txt { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_visual.making .l_txt_wrap .txt_wrap .txt { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.nBrand .aboutN.section_video { background-color: #000; }
.nBrand .aboutN.section_video .vid_hero_wrap { max-width: 1800px; position: relative; left: 50%; margin-left: -900px; width: 100%; left: 0; margin: 0 auto; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_video .vid_hero_wrap { left: 0; margin-left: 0; } }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap { position: relative; }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap { text-align: center; width: 100%; top: 38%; bottom: auto; color: #fff; }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit { display: block; font-family: 'HyundaiBold'; font-size: 36px; line-height: 36px; font-weight: normal; text-transform: uppercase; letter-spacing: 0.1em; }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit.sub { font-family: 'HyundaiBold'; font-size: 24px; line-height: 32px; font-weight: normal; }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit + .sub { margin-top: 11px; }
.nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play { display: block; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 741px) { .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play { width: 140px; height: 140px; margin-top: 41px; border-width: 20px; }
  .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play:after { border-width: 24px 0 24px 42px; } }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap { position: absolute; padding: 0; top: 50%; margin-top: -9px; }
  .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit { display: none; }
  .nBrand .aboutN.section_video .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play { margin-top: 0; } }
.nBrand .aboutN.section_video .vid_hero_wrap .vid_wrap { width: 100%; }
.nBrand .aboutN.section_video .vid_hero_wrap .vid_wrap img { width: 100%; height: auto; }
.nBrand .aboutN.section_video.hairDryer { padding-bottom: 20px; }
@media screen and (max-width: 740px) { .nBrand .aboutN.section_video.hairDryer { padding-bottom: 35px; } }
.nBrand .aboutN.section_gallery_movie { background-color: #000; color: #fff; margin: 0 auto; position: relative; }
.nBrand .aboutN.section_gallery_movie .section_wrap { overflow: hidden; width: 1920px; left: 50%; margin-left: -960px; position: relative; padding-bottom: 132px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .section_wrap { width: 100%; left: auto; margin: 0; padding-top: 0; padding-bottom: 43px; } }
.nBrand .aboutN.section_gallery_movie .section_wrap .tit { width: 800px; margin: 0 auto; padding: 0; text-align: center; font-family: 'HyundaiBold'; font-size: 60px; line-height: 60px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .section_wrap .tit { width: auto; text-align: center; padding: 0 30px 0 30px; margin-bottom: 25px; font-family: 'HyundaiBold'; font-size: 27px; line-height: 27px; font-weight: normal; } }
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list { width: 800px; margin: 0 auto; position: relative; margin-top: 60px; padding: 0; }
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list:after { display: block; content: ""; width: 100%; height: 0; clear: both; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list { width: auto; margin-top: 13px; } }
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie { position: relative; width: 100%; margin: 0 16px; float: left; }
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie:focus { outline: none; }
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie img { width: 100%; }
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie .btn_play { display: none; margin: -35px 0 0 -35px; top: 50%; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie .btn_play { top: 50%; margin: -17.5px 0 0 -17.5px; } }
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie .subject, .nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie .date { display: none; }
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie.slick-current {}
.nBrand .aboutN.section_gallery_movie .section_wrap .gallery_list .movie.slick-current .btn_play { display: block; }
.nBrand .aboutN.section_gallery_movie .section_wrap .movie-info { padding: 0; max-width: 736px; margin: 0 auto; }
.nBrand .aboutN.section_gallery_movie .section_wrap .movie-info .subject { font-family: 'HyundaiMedium'; font-size: 30px; line-height: 36px; font-weight: normal; padding: 25px 0 1px 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .section_wrap .movie-info .subject { font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; padding: 13px 30px 0; } }
.nBrand .aboutN.section_gallery_movie .section_wrap .movie-info .date { color: #a9a9a9; margin-top: 5px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .section_wrap .movie-info .date { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; padding: 0 30px 4px; } }
.nBrand .aboutN.section_gallery_movie .slick-prev, .nBrand .aboutN.section_gallery_movie .slick-next { position: absolute; display: block; top: 50%; width: 0px; height: 50px; padding-left: 50px; margin-top: -25px; background: rgba(0, 0, 0, 0.5); overflow: hidden; z-index: 1; }
.nBrand .aboutN.section_gallery_movie .slick-prev.slick-disabled, .nBrand .aboutN.section_gallery_movie .slick-next.slick-disabled { display: none !important; }
.nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-prev:after, .nBrand .aboutN.section_gallery_movie .slick-next:before, .nBrand .aboutN.section_gallery_movie .slick-next:after { content: ""; position: absolute; height: 14px; width: 6px; padding: 0px; background-color: #fff; }
.nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-next:before { -ms-transform: rotate(0deg) skew(45deg); -webkit-transform: rotate(0deg) skew(45deg); transform: rotate(0deg) skew(45deg); }
.nBrand .aboutN.section_gallery_movie .slick-prev:after, .nBrand .aboutN.section_gallery_movie .slick-next:after { -ms-transform: rotate(0deg) skew(-45deg); -webkit-transform: rotate(0deg) skew(-45deg); transform: rotate(0deg) skew(-45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-prev, .nBrand .aboutN.section_gallery_movie .slick-next { height: 35px; padding-left: 35px; margin-top: -17.5px; }
  .nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-prev:after, .nBrand .aboutN.section_gallery_movie .slick-next:before, .nBrand .aboutN.section_gallery_movie .slick-next:after { width: 3px; height: 9px; } }
.nBrand .aboutN.section_gallery_movie .slick-prev { left: -64px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-prev { left: 15px; } }
.nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-prev:after { left: 20px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-prev:before, .nBrand .aboutN.section_gallery_movie .slick-prev:after { left: 15px; } }
.nBrand .aboutN.section_gallery_movie .slick-prev:before { top: 25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-prev:before { top: 17px; } }
.nBrand .aboutN.section_gallery_movie .slick-prev:after { top: 11px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-prev:after { top: 9px; } }
.nBrand .aboutN.section_gallery_movie .slick-next { right: -64px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-next { right: 15px; } }
.nBrand .aboutN.section_gallery_movie .slick-next:before, .nBrand .aboutN.section_gallery_movie .slick-next:after { left: 24px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-next:before, .nBrand .aboutN.section_gallery_movie .slick-next:after { left: 18px; } }
.nBrand .aboutN.section_gallery_movie .slick-next:before { top: 11px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-next:before { top: 8px; } }
.nBrand .aboutN.section_gallery_movie .slick-next:after { top: 25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .slick-next:after { top: 17px; } }
.nBrand .aboutN.section_gallery_movie .btn_play { display: block; border-width: 8px; width: 70px; height: 70px; position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; z-index: 3; }
.nBrand .aboutN.section_gallery_movie .btn_play:after { border-width: 15px 0 15px 23px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .btn_play { width: 35px; border-width: 4px; height: 35px; margin: -17.5px 0 0 -17.5px; }
  .nBrand .aboutN.section_gallery_movie .btn_play:after { border-width: 8px 0 8px 12px; } }
@media screen and (min-width: 741px) { .nBrand .aboutN.section_gallery_movie .page { font-family: 'HyundaiMedium'; font-size: 24px; line-height: 36px; font-weight: normal; position: absolute; left: 50%; top: auto; width: 368px; text-align: right; margin-top: -49px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .aboutN.section_gallery_movie .page { display: block; text-align: center; font-family: 'HyundaiRegular'; font-size: 12px; line-height: 21px; font-weight: normal; } }
.nBrand .aboutN.section_gallery_movie .page strong { color: #e63312; }

.section_slide { padding-top: 120px;}
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide { padding-top: 70px; } }
.section_slide .slide_nav_wrap { position: relative; background: #000; z-index: 2; }
.section_slide .slide_nav_wrap .l_nav_list_wrap { height: 50px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_nav_wrap .l_nav_list_wrap { position: relative; padding: 0 64px; } }
.section_slide .slide_nav_wrap .l_nav_list_wrap .tit_wrap { float: left; width: 116px; }
.section_slide .slide_nav_wrap .l_nav_list_wrap .tit_wrap .tit { font-family: 'HyundaiMedium'; font-size: 16px; line-height: 60px; font-weight: normal; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_nav_wrap .l_nav_list_wrap .tit_wrap { display: none; } }
.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap { overflow: hidden; position: relative; }
.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list { display: inline-block; width: 192px; }
.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list .link_slide_nav { display: block; color: #fff; text-align: center; font-family: 'HyundaiMedium'; font-size: 16px; line-height: 60px; font-weight: normal; }
.section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list .link_slide_nav.on { color: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list .link_slide_nav { width: auto; font-family: 'HyundaiMedium'; font-size: 16px; line-height: 50px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list { width: auto; } }
@media screen and (min-width: 740px) { .section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap { width: auto !important; left: auto !important; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap { width: 100%; display: table; table-layout: fixed; position: absolute; left: 0; margin-left: 64px; margin-right: 64px; }
  .section_slide .slide_nav_wrap .l_nav_list_wrap .nav_list_wrap .nav_list { display: table-cell; } }
.section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev, .section_slide .slide_nav_wrap .l_nav_list_wrap .list_next { display: none; position: absolute; top: 0; width: 64px; height: 50px; background-color: #000; }
.section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev:disabled:after, .section_slide .slide_nav_wrap .l_nav_list_wrap .list_next:disabled:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev, .section_slide .slide_nav_wrap .l_nav_list_wrap .list_next { display: block; } }
.section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev { left: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev { -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }
  .section_slide .slide_nav_wrap .l_nav_list_wrap .list_prev:before { content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin: -5px 0 0 -5px; border: 2px solid; border-color: transparent #fff #fff transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } }
.section_slide .slide_nav_wrap .l_nav_list_wrap .list_next { right: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_nav_wrap .l_nav_list_wrap .list_next:before { content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin: -5px 0 0 -5px; border: 2px solid; border-color: transparent #fff #fff transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } }
.section_slide .slide_content_wrap { position: relative; }
@media only screen and (max-height: 1020px) and (min-width: 741px) { .section_slide .slide_content_wrap { margin: 0; width: 100%; height: 920px; overflow: hidden; }
  .section_slide .slide_content_wrap:before { width: 100%; height: 80px; overflow: hidden; background: #fff; content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 1; }
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list > .slide_layout, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list > .l_img_wrap { margin-top: -80px; } }
.section_slide .slide_content_wrap .slide_drag_guide { position: absolute; left: 50%; top: 50%; z-index: 2; margin: -107px 0 0 -170px; width: 341px; height: 326px; }
.section_slide .slide_content_wrap .slide_drag_guide figure { width: 65px; height: 81px; display: block; position: absolute; left: 127px; top: 107px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .slide_drag_guide { display: none; } }
.section_slide .slide_content_wrap .l_slide_wrap { cursor: auto; cursor: url("../images/brand-story/n/n-story/cursor.cur"), auto; position: relative; top: 0; left: 50%; margin-left: -960px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap { position: static; margin-left: 0; cursor: auto; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap { display: table; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap { table-layout: fixed; width: 100%; left: 0 !important; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list { display: table-cell; vertical-align: top; white-space: nowrap; font-size: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list { display: none; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .slide_layout { height: 1020px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .slide_layout { height: auto; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list { width: 100%; height: auto; padding-top: 35px; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap { display: inline-block; vertical-align: top; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap { display: block; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap { display: inline-block; vertical-align: bottom; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap { font-size: 1rem; white-space: normal; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap { position: relative; z-index: 1; margin-right: -417px; padding-top: 120px; padding-left: 100px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .l_n_dot { position: absolute; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 2px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap { padding: 0 30px; width: 100%; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 60px; line-height: 60px; font-weight: normal; letter-spacing: -1px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 27px; line-height: 1; font-weight: normal; letter-spacing: 0; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap { width: 630px; padding-top: 87px; margin: 0 76px 0 64px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap { width: auto; margin: 0; padding-top: 0; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit { font-family: 'HyundaiBold'; font-size: 90px; line-height: 90px; font-weight: normal; line-height: 85px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .l_n_dot { position: absolute; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot { display: inline-block; margin-left: 4px; width: 10px; height: 10px; background: #e63312; margin-left: 4px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot { width: 2px; height: 2px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit { font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; margin-top: 4px; margin-bottom: 23px; }
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .l_n_dot { position: absolute; }
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 4px; }
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot.red { background: #e63312; } }
@media screen and (max-width: 740px) and (min-width: 0) and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit br { display: none; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow { margin-top: 100px; display: block; position: relative; width: 130px; height: 6px; background: #e63312; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow:before, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow:after { content: ''; position: absolute; right: -3px; height: 6px; width: 22px; background: #e63312; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow:before { top: 7px; -ms-transform: rotate(135deg) skew(45deg); -webkit-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .arrow:after { top: -7px; -ms-transform: rotate(-135deg) skew(-45deg); -webkit-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list { font-family: 'HyundaiBold'; font-size: 23px; line-height: 28px; font-weight: normal; max-width: 485px; margin-top: 2px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list { font-family: 'HyundaiBold'; font-size: 14px; line-height: 18px; font-weight: normal; margin-top: 26px; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li { margin-top: 18px; padding-left: 15px; position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li { padding-left: 10px; margin-top: 12px; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li:before { content: ''; width: 5px; height: 5px; background: #000; position: absolute; left: 0; top: 5px; margin-top: 6px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li:before { width: 3px; height: 3px; margin-top: 3px; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap { width: 832px; padding: 280px 96px 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap { width: auto; padding: 20px 30px 50px; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap { padding-bottom: 40px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap.long { margin-top: -20px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap { padding-bottom: 30px; }
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap:last-child { padding-bottom: 0; }
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap.long { margin-top: 0; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap .tit { display: block; font-family: 'HyundaiBold'; font-size: 30px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 16px; line-height: 23px; font-weight: normal; letter-spacing: 0; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .txt_wrap .txt { font-family: 'HyundaiBold'; font-size: 20px; line-height: 30px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .txt_wrap .txt { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_img_wrap { position: relative; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_img_wrap .img_wrap { display: inline-block; vertical-align: top; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .l_img_wrap { top: -96px; padding-left: 96px; white-space: nowrap; font-size: 0; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .l_img_wrap .img_wrap:last-of-type { padding-left: 96px; margin-top: -120px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .tit_wrap { position: absolute; top: 110px; width: 864px; white-space: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .tit_wrap { position: static; width: auto; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_highlight_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 100px; line-height: 90px; font-weight: normal; letter-spacing: -2px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap { margin-left: -96px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap { display: none; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .img_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .img_1 { padding: 220px 96px 0 0; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .img_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .img_2 { padding-top: 420px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .img_3 .img_3_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .img_3 .img_3_1 { margin-top: 320px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .img_3 .img_3_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .img_3 .img_3_2 { margin-top: 220px; margin-left: 100px; }

.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 { padding-top: 120px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_1 { position: absolute; z-index: 1; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_2 { padding: 100px 0 0 256px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_2 { padding-top: 120px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_2 .img_2_2 .img, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_2 .img_2_2 .img { margin: 120px 0 0 96px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_2 .img_2_3, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_2 .img_2_3 { position: absolute; top: 502px; left: 46px; z-index: 1; }

.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_1 { margin-left: 738px; position: relative; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_2 { padding-left: 0; position: absolute; left: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .img_1 .img_1_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .img_1 .img_1_2 { position: static; } }

.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .img_1, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .img_1 { padding-top: 220px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .img_2, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .img_2 { padding-top: 120px; margin-left: 96px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .img_3, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .img_3 { padding-top: 420px; }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .m_img, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .kv.only_mobile { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .m_img, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .kv.only_mobile { display: block; margin: 0 -30px; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(1) .img_1 { padding-top: 310px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(1) { display: none; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) {}
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .l_img_wrap { display: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .l_tit_wrap .s_tit_wrap .arrow { display: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .l_highlight_wrap { display: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .l_img_wrap { display: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .l_tit_wrap .s_tit_wrap .arrow { display: none; } }
.section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_tit_wrap .img_wrap { padding-top: 30px; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_img_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_highlight_wrap, .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_tit_wrap .img_wrap { display: none; } }
@media screen and (min-width: 741px) { .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list * { -webkit-transition: transform 0.9s; transition: transform 0.9s; }
  .section_slide .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .ani { -webkit-transform: translateX(100px); -ms-transform: translateX(100px); transform: translateX(100px); -webkit-transition: transform 0.9s; transition: transform 0.9s; } }
@media screen and (min-width: 741px) { .section_slide.touchable .layout_box, .section_slide.touchable .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_slide.touchable .vid_hero_wrap, .section_slide.touchable .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_slide.touchable .l_stit_wrap, .section_slide.touchable .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_slide.touchable .l_img_wrap, .section_slide.touchable .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_slide.touchable .l_txt_wrap, .section_slide.touchable .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_slide.touchable .l_list_wrap { max-width: 1176px; }
  .section_slide.touchable .slide_content_wrap { margin: 0; height: auto; overflow: visible; }
  .section_slide.touchable .slide_content_wrap .slide_drag_guide { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap { left: auto; margin-left: 0; cursor: auto; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap { display: block; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list { display: none; width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 10px; box-sizing: border-box; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:after { width: 100%; display: block; content: ""; clear: both; height: 0; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list > .slide_layout, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list > .l_img_wrap { margin-top: 0; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .slide_layout { box-sizing: border-box; float: right; width: 50%; height: auto; padding-left: 19px; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .kv.only_mobile { display: block; box-sizing: border-box; position: absolute; top: 265px; left: auto; right: 100%; margin: 0 16px 0 0; width: 100%; padding-right: 16px; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .kv.only_mobile img { width: 100%; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap { display: block; padding: 0; margin: 0; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .tit_wrap { box-sizing: border-box; position: absolute; top: 95px; left: auto; right: 100%; width: 100%; margin: 0 16px 0 0; padding-right: 16px; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 54px; line-height: 1; font-weight: normal; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap { width: auto; margin: 0; padding-top: 256px; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit { box-sizing: border-box; position: absolute; top: 155px; left: auto; right: 0; width: 200%; margin: 0 16px 0 0; padding-right: 16px; font-family: 'HyundaiBold'; font-size: 54px; line-height: 58px; font-weight: normal; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .s_tit br { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list { font-family: 'HyundaiBold'; font-size: 28px; line-height: 36px; font-weight: normal; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_tit_wrap .s_tit_wrap .bullet_list li { margin-top: 0; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap { width: auto; overflow: hidden; padding: 0; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap { padding: 38px 0 138px 0; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_txt_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 28px; line-height: 40px; font-weight: normal; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .l_bg_wrap { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(1) { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(2) .l_img_wrap { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .l_img_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(3) .l_highlight_wrap { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .l_img_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(4) .l_highlight_wrap { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(5) .l_img_wrap { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .l_img_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(6) .l_tit_wrap .s_tit_wrap .arrow { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_img_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_highlight_wrap, .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list:nth-of-type(7) .l_tit_wrap .img_wrap { display: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list * { transition: none; }
  .section_slide.touchable .slide_content_wrap .l_slide_wrap .slide_wrap .slide_list .ani { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transition: none; transition: none; } }

.section_video.progress { position: relative; width: 100%; background-color: #fff; padding-top: 0; padding-bottom: 150px; }
@media screen and (max-width: 740px) { .section_video.progress { padding-top: 0; padding-bottom: 50px; } }
.section_video.progress .vid_hero_wrap { max-width: 1800px; position: relative; left: 50%; margin-left: -900px; width: 100%; left: 0; margin: 0 auto; }
@media screen and (max-width: 740px) { .section_video.progress .vid_hero_wrap { left: 0; margin-left: 0; } }
.section_video.progress .vid_hero_wrap .l_vid_wrap { position: relative; }
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap { position: absolute; text-align: center; width: 100%; top: 38%; bottom: auto; color: #fff; }
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit { display: block; font-family: 'HyundaiBold'; font-size: 36px; line-height: 48px; font-weight: normal; text-transform: uppercase; letter-spacing: 0.1em; }
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit.sub { font-family: 'HyundaiBold'; font-size: 24px; line-height: 32px; font-weight: normal; }
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit + .sub { margin-top: 11px; }
.section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play { display: block; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 741px) { .section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play { width: 140px; height: 140px; margin-top: 47px; border-width: 20px; }
  .section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play:after { border-width: 24px 0 24px 42px; } }
@media screen and (max-width: 740px) { .section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap { position: absolute; padding: 0; top: 50%; margin-top: -9px; }
  .section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit { display: none; }
  .section_video.progress .vid_hero_wrap .l_vid_wrap .l_tit_wrap .btn_play { margin-top: 0; } }
.section_video.progress .vid_hero_wrap .vid_wrap { width: 100%; }
.section_video.progress .vid_hero_wrap .vid_wrap img { width: 100%; height: auto; }
.section_video.progress .mobile-only .video-title { width: 100%; text-align: center; font-family: 'HyundaiBold'; font-size: 20px; line-height: 24px; font-weight: normal; padding: 20.5px 0 0 0; }
.section_video.progress .mobile-only .video-title .red { color: #e63312; }

.section_main.nGineers .section_wrap { padding: 276px 0 122px; }
@media screen and (max-width: 740px) { .section_main.nGineers .section_wrap { padding: 70px 0 0; } }
.section_main.nGineers .tit_wrap { margin-top: -86px; padding: 0 28px 24px; }
@media screen and (max-width: 740px) { .section_main.nGineers .tit_wrap { margin-top: 0; } }
.section_main.nGineers .tit_wrap .txt_block { display: inline-block; background: rgba(255, 255, 255, 0.01); }
@media screen and (max-width: 740px) { .section_main.nGineers .tit_wrap .txt_block { display: inline; } }
.section_main.nGineers .l_img_wrap { position: relative; margin-bottom: 100px; text-align: center; }
@media screen and (max-width: 740px) { .section_main.nGineers .l_img_wrap { margin-bottom: 0; padding-top: 24.0625%; } }
.section_main.nGineers .l_img_wrap .key_img_wrap { z-index: 1; }
.section_main.nGineers .l_img_wrap .key_back_img_wrap { left: -96px; bottom: -100px; }
.section_main.nGineers .l_img_wrap .img_wrap_1 { position: absolute; right: -96px; bottom: -100px; z-index: 1; }
.section_main.nGineers .l_img_wrap .img_wrap_2 { position: absolute; right: 87px; bottom: -123px; z-index: 1; }
.section_main.nGineers .txt_wrap { margin: 0 -16px; padding: 52px 192px 0; }
.section_main.nGineers .txt_wrap:after { content: ''; display: block; clear: both; }
.section_main.nGineers .txt_wrap .txt { box-sizing: border-box; float: left; width: 50%; padding: 0 16px; }
@media screen and (max-width: 740px) { .section_main.nGineers .txt_wrap { padding: 0 30px 30px; margin: 0; } }
@media screen and (max-width: 740px) { .section_main.nGineers .txt_wrap .txt { float: none; width: auto; padding: 30px 0 0; } }

.section_visual_pos.nGineers .section_wrap { background: #f3f5fa; }

.section_tab .section_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; padding: 122px 0 144px; }
@media screen and (max-width: 740px) { .section_tab .section_wrap { max-width: none; left: auto; margin-left: 0; } }
@media screen and (max-width: 740px) { .section_tab .section_wrap { padding: 0; } }
.section_tab .tit_wrap { padding-bottom: 45px; }
@media screen and (max-width: 740px) { .section_tab .tit_wrap { padding: 31px 29px 23px; } }
.section_tab .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 72px; line-height: 1; font-weight: normal; }
.section_tab .tit_wrap .tit .l_n_dot { position: absolute; }
.section_tab .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 10px; height: 10px; background: #e63312; margin-left: 4px; }
.section_tab .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_tab .tit_wrap .tit .n_dot { width: 2px; height: 2px; margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_tab .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; }
  .section_tab .tit_wrap .tit .n_dot { width: 5px; height: 5px; } }
@media screen and (min-width: 741px) { .section_tab.touchable .tab_wrap .tab_list .tab { border-width: 2px; } }
.section_tab .tab_wrap .tab_list { margin-left: 1px; }
.section_tab .tab_wrap .tab_list:after { content: ''; display: block; clear: both; }
.section_tab .tab_wrap .tab_list .tab { box-sizing: border-box; float: left; width: 372px; margin-left: -1px; border: 1px solid; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; margin-left: 0; justify-content: space-between; } }
.section_tab .tab_wrap .tab_list .tab { position: relative; background: #fff; border-color: #bebebe; box-sizing: border-box; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_list .tab { float: none; width: 100%; } }
.section_tab .tab_wrap .tab_list .tab > a { display: block; font-size: 18px; line-height: 60px; font-weight: normal; font-family: 'HyundaiMedium'; color: #666; letter-spacing: -0.36px; text-align: center; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_list .tab > a { font-family: 'HyundaiBold'; font-size: 11px; line-height: 33px; font-weight: normal; letter-spacing: -0.275px; } }
.section_tab .tab_wrap .tab_list .tab.on { background: #e63312; border-color: #e63312; }
.section_tab .tab_wrap .tab_list .tab.on > a { font-family: 'HyundaiBold'; color: #fff; }
.section_tab .tab_wrap .tab_list .tab.on:after { content: ''; position: absolute; left: 50%; margin-left: -6px; width: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #e63312; }
.section_tab .tab_wrap .tab_panel { display: none; position: relative; }
.section_tab .tab_wrap .tab_panel.on { display: block; }
.section_tab .tab_wrap .tab_panel .txt_block { display: inline-block; }
.section_tab .tab_wrap .tab_panel .l_img_wrap { position: relative; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel .l_img_wrap { padding-bottom: 6.25%; } }
.section_tab .tab_wrap .tab_panel .txt_wrap { position: relative; z-index: 4; padding: 0 288px 0 256px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel .txt_wrap { padding: 27px 30px 29px; } }
.section_tab .tab_wrap .tab_panel .txt_wrap .subject { display: block; position: relative; font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel .txt_wrap .subject { width: auto; font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; } }
.section_tab .tab_wrap .tab_panel .txt_wrap .subject .quot { position: absolute; }
.section_tab .tab_wrap .tab_panel .txt_wrap .subject .quot:first-child { -webkit-transform: translate(-100%); -ms-transform: translate(-100%); transform: translate(-100%); }
.section_tab .tab_wrap .tab_panel .txt_wrap .content { padding: 24px 0 27px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel .txt_wrap .content { padding: 19px 0; font-size: 14px; line-height: 21px; font-weight: normal; } }
.section_tab .tab_wrap .tab_panel .txt_wrap .person { padding-bottom: 11px; font-family: 'HyundaiBold'; font-size: 20px; line-height: 26px; font-weight: normal; }
.section_tab .tab_wrap .tab_panel .txt_wrap .person .position { display: inline-block; margin-left: 10px; padding-left: 10px; border-left: 2px solid #000; vertical-align: middle; font-family: 'HyundaiBold'; font-size: 16px; line-height: 11px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel .txt_wrap .person .position { font-size: 14px; line-height: 10px; font-weight: normal; } }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel .txt_wrap .person { padding-bottom: 4px; font-size: 14px; line-height: 21px; font-weight: normal; } }
.section_tab .tab_wrap .tab_panel .txt_wrap .person_info { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel .txt_wrap .person_info { font-size: 12px; line-height: 19px; font-weight: normal; } }
.section_tab .tab_wrap .tab_panel01 { padding-top: 40px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel01 { padding-top: 20px; } }
.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(1), .section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(3) { position: absolute; }
.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(1) { right: -128px; bottom: -100px; z-index: 1; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(1) { left: 15px; right: 0; bottom: 0; } }
.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(2) { position: relative; z-index: 2; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(2) { left: 0; padding-right: 15px; } }
.section_tab .tab_wrap .tab_panel01 .l_img_wrap .img_wrap:nth-child(3) { left: -96px; bottom: -250px; z-index: 3; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel01 .txt_wrap .person_info { width: auto; } }
.section_tab .tab_wrap .tab_panel01 .txt_wrap .subject { margin-top: 73px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel01 .txt_wrap .subject { margin: 0; } }
.section_tab .tab_wrap .tab_panel02 { padding-top: 100px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel02 { padding-top: 20px; } }
.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(1), .section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(3) { position: absolute; }
.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(1) { right: -44px; bottom: -120px; z-index: 1; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(1) { left: 15px; right: 0; bottom: 0; } }
.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(2) { position: relative; text-align: center; z-index: 2; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(2) { left: 0; padding-right: 15px; } }
.section_tab .tab_wrap .tab_panel02 .l_img_wrap .img_wrap:nth-child(3) { left: 0px; bottom: -60px; z-index: 3; }
.section_tab .tab_wrap .tab_panel02 .txt_wrap .subject { position: absolute; top: -600px; left: 0; width: 480px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel02 .txt_wrap .subject { position: static; width: auto; } }
.section_tab .tab_wrap .tab_panel02 .txt_wrap .content { padding-top: 115px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel02 .txt_wrap .content { padding: 19px 0; } }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel02 .txt_wrap .person_info { width: auto; } }
.section_tab .tab_wrap .tab_panel03 { padding-top: 60px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel03 { padding-top: 20px; } }
.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(1), .section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(3) { position: absolute; }
.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(1) { right: -44px; bottom: -182px; z-index: 1; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(1) { left: 15px; right: 0; bottom: 0; } }
.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(2) { position: relative; left: 328px; z-index: 2; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(2) { left: 0; padding-right: 15px; } }
.section_tab .tab_wrap .tab_panel03 .l_img_wrap .img_wrap:nth-child(3) { left: 0; bottom: -60px; z-index: 3; }
.section_tab .tab_wrap .tab_panel03 .txt_wrap { padding: 0 352px 0 96px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel03 .txt_wrap { padding: 27px 30px 29px; } }
.section_tab .tab_wrap .tab_panel03 .txt_wrap .subject { position: absolute; top: -527px; left: 0; width: 544px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel03 .txt_wrap .subject { position: static; width: auto; } }
.section_tab .tab_wrap .tab_panel03 .txt_wrap .content { padding-top: 115px; }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel03 .txt_wrap .content { padding: 19px 0; } }
@media screen and (max-width: 740px) { .section_tab .tab_wrap .tab_panel03 .txt_wrap .person_info { width: auto; } }

.section_people .section_wrap { position: relative; max-width: 1920px; left: 50%; margin-left: -960px; padding: 50px 0 271px; color: #fff; }
@media screen and (max-width: 740px) { .section_people .section_wrap { max-width: none; left: auto; margin-left: 0; } }
@media screen and (max-width: 740px) { .section_people .section_wrap { padding: 32px 0 0; margin-top: -30px; background: #000 !important; } }
.section_people .tit_wrap { position: absolute; top: 542px; left: 50%; z-index: 1; width: 1120px; margin-left: -560px; }
@media screen and (max-width: 740px) { .section_people .tit_wrap { position: static; margin: 0; width: auto; padding: 0 30px 25px; } }
.section_people .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 120px; line-height: 1; font-weight: normal; }
.section_people .tit_wrap .tit .l_n_dot { position: absolute; }
.section_people .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 20px; height: 20px; background: #e63312; margin-left: 8px; }
.section_people .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_people .tit_wrap .tit .n_dot { margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_people .tit_wrap .tit { font-size: 35px; line-height: 33px; font-weight: normal; }
  .section_people .tit_wrap .tit .n_dot { width: 6px; height: 6px; }
  .section_people .tit_wrap .tit .txt_block { display: inline-block; } }
.section_people .tit_wrap .tit_info { font-family: 'HyundaiBold'; font-size: 48px; line-height: 1; font-weight: normal; }
@media screen and (max-width: 740px) { .section_people .tit_wrap .tit_info { padding-top: 2px; font-size: 20px; line-height: 22px; font-weight: normal; } }
.section_people .people_list { position: relative; left: 50%; width: 1120px; margin-left: -560px; }
@media screen and (max-width: 740px) { .section_people .people_list { position: static; width: auto; margin: 0; } }
.section_people .people_list > li.list { position: relative; }
@media screen and (max-width: 740px) { .section_people .people_list > li.list { margin: 0; padding: 0 30px; } }
@media screen and (max-width: 740px) { .section_people .people_list > li.list .list_hd { margin-bottom: -35px; }
  .section_people .people_list > li.list .list_hd .img_wrap { width: 130px; height: 130px; overflow: hidden; } }
.section_people .people_list > li.list .list_bd { position: absolute; }
@media screen and (max-width: 740px) { .section_people .people_list > li.list .list_bd { position: relative; left: auto; top: auto; right: auto; bottom: auto; clear: both; width: 100%; padding: 0 0 25px 40px; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); } }
.section_people .people_list > li.list .list_bd .word { font-family: 'HyundaiRegular'; font-size: 20px; line-height: 30px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_people .people_list > li.list .list_bd .word { font-size: 14px; line-height: 21px; font-weight: normal; } }
.section_people .people_list > li.list .list_bd .word .quot { position: absolute; padding: 0 8px; font-family: 'HyundaiBold'; font-size: 36px; line-height: 30px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_people .people_list > li.list .list_bd .word .quot { padding: 0 4px; font-size: 14px; line-height: 19px; font-weight: normal; } }
.section_people .people_list > li.list .list_bd .word .quot:first-child { -webkit-transform: translate(-100%); -ms-transform: translate(-100%); transform: translate(-100%); }
.section_people .people_list > li.list .list_bd .info { padding-top: 15px; white-space: nowrap; font-size: 16px; line-height: 12px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_people .people_list > li.list .list_bd .info { padding-top: 0; white-space: normal; font-size: 14px; line-height: 19px; font-weight: normal; } }
.section_people .people_list > li.list .list_bd .info .position { font-family: 'HyundaiBold'; padding-right: 10px; }
@media screen and (max-width: 740px) { .section_people .people_list > li.list .list_bd .info .position { display: inline-block; padding: 10px 0 2px; } }
.section_people .people_list > li.list .list_bd .info .name { display: inline-block; padding-left: 10px; font-family: 'HyundaiRegular'; font-style: italic; color: #878787; border-left: 1px solid #808080; }
@media screen and (max-width: 740px) { .section_people .people_list > li.list .list_bd .info .name { display: block; padding: 0; border-left: none; } }
.section_people .people_list .list_01 .list_bd, .section_people .people_list .list_02 .list_bd, .section_people .people_list .list_03 .list_bd { top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
.section_people .people_list .list_01 { margin-left: 96px; }
.section_people .people_list .list_01 .list_bd { width: 480px; left: 192px; }
.section_people .people_list .list_02 { margin: -53px 64px 0 0; }
.section_people .people_list .list_02 .list_hd { float: right; }
.section_people .people_list .list_02 .list_bd { width: 480px; right: 192px; }
.section_people .people_list .list_03 { margin: 327px 0 0 353px; }
.section_people .people_list .list_03 .list_bd { width: 289px; left: 192px; }
.section_people .people_list .list_04 { margin-top: -76px; }
.section_people .people_list .list_04 .list_bd { width: 416px; left: 64px; margin-top: -92px; }
.section_people .people_list .list_05 { margin: -170px 0 0 639px; }
.section_people .people_list .list_05 .list_bd { width: 544px; left: -64px; margin-top: -65px; }
@media screen and (max-width: 740px) { .section_people .people_list .list_01 .list_hd, .section_people .people_list .list_03 .list_hd, .section_people .people_list .list_05 .list_hd { float: left; }
  .section_people .people_list .list_02 .list_hd, .section_people .people_list .list_04 .list_hd { float: right; }
  .section_people .people_list .list_02 .list_bd, .section_people .people_list .list_04 .list_bd { margin-left: -40px; } }

.section_researchers .section_wrap { position: relative; max-width: 1920px; left: 50%; margin-left: -960px; padding: 100px 0; }
@media screen and (max-width: 740px) { .section_researchers .section_wrap { max-width: none; left: auto; margin-left: 0; } }
@media screen and (max-width: 740px) { .section_researchers .section_wrap { padding: 0; background: none !important; } }
.section_researchers .layout_box, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; padding: 72px 0 0 353px; }
@media screen and (max-width: 740px) { .section_researchers .layout_box, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap { max-width: none; left: auto; margin-left: 0; } }
@media screen and (max-width: 740px) { .section_researchers .layout_box, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap { display: flex; flex-direction: column; padding: 0; } }
@media screen and (max-width: 740px) { .section_researchers .layout_box .img_wrap, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .img_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap .img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap .img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap .img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap .img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap .img_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap .img_wrap { order: 2; padding: 0 15px 35px 0; } }
@media screen and (max-width: 740px) { .section_researchers .layout_box .txt_wrap, .section_researchers .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .txt_wrap, .nBrand .section_hero .hero_wrap2 .section_researchers .vid_hero_wrap .txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_stit_wrap .txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_img_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_img_wrap .txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_txt_wrap .txt_wrap, .section_researchers .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_researchers .l_list_wrap .txt_wrap { order: 1; } }
.section_researchers .tit_wrap { position: relative; right: 0; width: 736px; padding: 190px 0 42px 32px; }
.section_researchers .tit_wrap:not(.desktop-only) { display: none; }
@media screen and (max-width: 740px) { .section_researchers .tit_wrap:not(.desktop-only) { display: block; width: auto; padding: 35px 30px; } }
.section_researchers .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 60px; line-height: 72px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_researchers .tit_wrap .tit { font-size: 24px; line-height: 26px; font-weight: normal; } }
.section_researchers .tit_wrap .txt_block { display: inline-block; }
.section_researchers .l_img_wrap { position: relative; padding-left: 324px; }
@media screen and (max-width: 740px) { .section_researchers .l_img_wrap { padding: 6.25% 0 0; } }
.section_researchers .l_img_wrap .img_wrap:nth-child(1) { position: relative; top: 378px; left: -324px; }
@media screen and (max-width: 740px) { .section_researchers .l_img_wrap .img_wrap:nth-child(1) { top: auto; left: 0; padding-right: 15px; } }
.section_researchers .l_img_wrap .img_wrap:nth-child(2) { position: absolute; top: 0; }
@media screen and (max-width: 740px) { .section_researchers .l_img_wrap .img_wrap:nth-child(2) { width: 100%; padding-left: 15px; } }
.section_researchers .txt_wrap { width: 576px; padding: 51px 0 0 32px; }
@media screen and (max-width: 740px) { .section_researchers .txt_wrap { width: auto; padding: 23px 30px; } }
.section_researchers .txt_wrap .txt { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }

.section_young_visual .section_wrap { position: relative; max-width: 1920px; left: 50%; margin-left: -960px; background: #000201; }
@media screen and (max-width: 740px) { .section_young_visual .section_wrap { max-width: none; left: auto; margin-left: 0; } }
@media screen and (max-width: 740px) { .section_young_visual .section_wrap { background: #fff; } }
.section_young_visual .tit_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; position: absolute; top: 0; padding-top: 92px; }
@media screen and (max-width: 740px) { .section_young_visual .tit_wrap { max-width: none; left: auto; margin-left: 0; } }
@media screen and (max-width: 740px) { .section_young_visual .tit_wrap { padding: 33px 30px; } }
.section_young_visual .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 72px; line-height: 1; font-weight: normal; color: #fff; }
.section_young_visual .tit_wrap .tit .l_n_dot { position: absolute; }
.section_young_visual .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 12px; height: 12px; background: #e63312; margin-left: 6px; }
.section_young_visual .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_young_visual .tit_wrap .tit .n_dot { margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_young_visual .tit_wrap .tit { font-size: 24px; line-height: 26px; font-weight: normal; }
  .section_young_visual .tit_wrap .tit .n_dot { width: 4px; height: 4px; } }
.section_young_visual .tit_wrap .txt_block { display: inline-block; background: rgba(0, 0, 0, 0.01); }

.section_young .section_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; min-height: 1020px; }
@media screen and (max-width: 740px) { .section_young .section_wrap { max-width: none; left: auto; margin-left: 0; } }
@media screen and (max-width: 740px) { .section_young .section_wrap { min-height: auto; margin-top: 0; padding-bottom: 35px; } }
.section_young .key_img_wrap { position: relative; right: -160px; top: -20px; }
@media screen and (max-width: 740px) { .section_young .key_img_wrap { position: absolute; top: auto; left: 0; right: auto; margin-left: 0; padding-right: 15px; } }
.section_young .img_wrap { position: absolute; left: -160px; top: 510px; }
@media screen and (max-width: 740px) { .section_young .img_wrap { position: relative; left: auto; top: auto; z-index: -1; padding-left: 15px; padding-top: 6.25%; } }
.section_young .txt_wrap { position: absolute; width: 640px; top: 663px; left: 544px; }
@media screen and (max-width: 740px) { .section_young .txt_wrap { position: static; width: auto; padding: 28px 30px 25px; } }
.section_young .txt_wrap .txt { font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_young .txt_wrap .txt { font-size: 20px; line-height: 22px; font-weight: normal; } }

.nOrigin.section_main .l_img_wrap:after { content: ''; display: block; clear: both; }

.responsive_bg { background-repeat: no-repeat; background-position: 50% 0; }

.nOrigin .tit_wrap .l_n_dot { position: absolute; }
.nOrigin .tit_wrap .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 6px; }
.nOrigin .tit_wrap .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nOrigin .tit_wrap .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
.nOrigin .txt_wrap .n_point.blue { color: #aacae6; }
.nOrigin.section_main { height: 1310px; }
body.mobile .nBrand .nOrigin.section_main { background: none !important; padding-top: 68px; }
.nOrigin.section_main .l_img_wrap .key_back_img_wrap { right: 0; top: 210px; }
.nOrigin.section_main .l_img_wrap .key_img_wrap { left: -88px; top: 585px; position: absolute; }
.nOrigin.section_main .tit_wrap { left: 93px; top: 261px; }
.nOrigin.section_main .tit_wrap .tit { line-height: 72px; }
.nOrigin.section_main .txt_wrap { position: absolute; width: 740px; left: 287px; top: 1043px; }
.nOrigin.section_visual_pos .txt_wrap { margin-top: 25px; margin-left: 8px; }
.nOrigin.section_visual_pos .txt_wrap .n_logo { width: 343px; height: auto; margin: 100px auto 0 auto; }
.nOrigin.section_visual_pos .txt_wrap .n_logo img { width: 100%; height: auto; }
.nOrigin.section_visual_pos .txt_wrap .txt { letter-spacing: -0.01em; }
.nOrigin.section_visual_pos .txt_wrap .l_n_dot { position: absolute; }
.nOrigin.section_visual_pos .txt_wrap .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 12px; }
.nOrigin.section_visual_pos .txt_wrap .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nOrigin.section_visual_pos .txt_wrap .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
.nOrigin.section_contents_kv.technical_center .l_txt_wrap { top: 734px; }
.nOrigin.section_contents_kv.technical_center .l_txt_wrap .txt { width: 656px; }
.nOrigin.section_contents_kv.technical_center .key_back_img_wrap { left: -85px; }
.nOrigin.section_contents_kv.technical_center .key_img_wrap { display: none; }
.nOrigin.section_contents_images .l_img_wrap { position: absolute; left: 0; top: 0; width: 100%; }
.nOrigin.section_contents_images .l_img_wrap .img_wrap, .nOrigin.section_contents_images .l_img_wrap .n_logo { position: absolute; }
.nOrigin.section_contents_images.nurburgring { height: 1749px; }
.nOrigin.section_contents_images.nurburgring .l_img_wrap { margin-top: 101px; }
body.mobile .nBrand .nOrigin.section_contents_images.nurburgring .l_img_wrap { margin-top: 0; }
.nOrigin.section_contents_images.nurburgring .l_img_wrap .img_wrap:nth-of-type(1) { right: 384px; top: 0; z-index: 2; }
.nOrigin.section_contents_images.nurburgring .l_img_wrap .img_wrap:nth-of-type(2) { left: 480px; top: 463px; z-index: 1; }
.nOrigin.section_contents_images.nurburgring .l_img_wrap .img_wrap:nth-of-type(3) { right: 480px; top: 761px; }
.nOrigin.section_contents_images.technical_center { margin-top: -17px; padding-top: 265px; height: 1392px; }
body.mobile .nBrand .nOrigin.section_contents_images.technical_center { margin-top: 0; }
.nOrigin.section_contents_images.technical_center .l_img_wrap .img_wrap:nth-of-type(1) { left: 288px; top: 0; z-index: 2; }
.nOrigin.section_contents_images.technical_center .l_img_wrap .img_wrap:nth-of-type(2) { left: 447px; top: 682px; }
.nOrigin.section_contents_images.technical_center .l_img_wrap .img_wrap:nth-of-type(3) { right: 512px; top: 343px; z-index: 1; }
.nOrigin.section_contents_images.technical_center .l_img_wrap .n_logo { right: 313px; top: 459px; z-index: 2; }
body.mobile .nBrand .nOrigin.section_contents_images.technical_center .l_img_wrap .n_logo { display: none; }
.nOrigin.section_visual_contents.namyang { height: 1898px; }
.nOrigin.section_visual_contents.namyang .l_tit_wrap { top: 79px; left: 110px; text-align: center; }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_tit_wrap { text-align: left; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap { text-align: center; }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap { text-align: left; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(2) .img_wrap { left: -320px; top: 729px; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(2) .txt_wrap { left: 231px; top: 254px; width: 653px; }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) { padding-top: 88px; margin-top: -88px; }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .m_in_padding { padding-bottom: 10%; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .img_wrap { width: 100%; overflow: hidden; text-align: left; left: 0; top: 395px; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .img_wrap img { margin-left: 167px; }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .img_wrap img { margin-left: 0; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap { width: 100%; left: 0; top: 1215px; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .l_n_dot { position: absolute; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .n_dot { display: inline-block; margin-left: 4px; width: 9px; height: 9px; background: #e63312; margin-left: 2px; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .n_dot { margin-left: 2px; } }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap { padding: 0 20px 25px; }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .ftit .l_n_dot { position: absolute; }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .ftit .n_dot { display: inline-block; margin-left: 4px; width: 5px; height: 5px; background: #e63312; margin-left: 2px; }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .ftit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .ftit .n_dot { margin-left: 2px; } }
body.mobile .nBrand .nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(3) .tit_wrap .stit { font-size: 15px; line-height: 17px; font-weight: normal; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(4) .img_wrap { right: -400px; top: 370px; }
.nOrigin.section_visual_contents.namyang .l_cont_wrap:nth-of-type(4) .txt_wrap { left: 227px; top: 1325px; width: 670px; }
body.mobile .nBrand .nOrigin.section_contents_images.technical_center { padding-bottom: 50px; }

.section_summary .section_wrap, .section_performance .section_wrap, .section_core, .section_key .section_wrap { position: relative; max-width: 1920px; left: 50%; margin-left: -960px; }
@media screen and (max-width: 740px) { .section_summary .section_wrap, .section_performance .section_wrap, .section_core, .section_key .section_wrap { max-width: none; left: auto; margin-left: 0; } }

.section_summary .tit_wrap, .section_performance .tit_wrap, .section_performance .content_wrap, .section_core .section_wrap, .section_core .tit_wrap, .section_key .tit_wrap, .section_key .tech_wrap, .section_pillars .section_wrap, .section_pillars_detail .section_wrap, .section_pillars_detail .section_tech_wrap .tech_wrap { position: relative; max-width: 1120px; left: 50%; margin-left: -560px; }
@media screen and (max-width: 740px) { .section_summary .tit_wrap, .section_performance .tit_wrap, .section_performance .content_wrap, .section_core .section_wrap, .section_core .tit_wrap, .section_key .tit_wrap, .section_key .tech_wrap, .section_pillars .section_wrap, .section_pillars_detail .section_wrap, .section_pillars_detail .section_tech_wrap .tech_wrap { max-width: none; left: auto; margin-left: 0; } }

.cliff { display: inline-block; }

.tech_wrap .tech_tit { position: relative; padding-bottom: 44px; }
@media screen and (max-width: 740px) { .tech_wrap .tech_tit { padding-bottom: 0; } }
.tech_wrap .tech_tit .tit { position: relative; font-family: 'HyundaiBold'; font-size: 24px; line-height: 26px; font-weight: normal; letter-spacing: -0.24px; }
@media screen and (max-width: 740px) { .tech_wrap .tech_tit .tit { font-size: 13px; line-height: 22px; font-weight: normal; letter-spacing: 0; } }
@media screen and (max-width: 740px) { .tech_wrap .l_tech_list li:first-child ul.tech_list li:first-child { margin-top: 8px; } }
.tech_wrap .l_tech_list { padding-right: 96px; }
@media screen and (max-width: 740px) { .tech_wrap .l_tech_list { padding-right: 0; } }
.tech_wrap .l_tech_list .tech_list { margin: 0 -32px; }
.tech_wrap .l_tech_list .tech_list:after { content: ''; display: block; clear: both; }
.tech_wrap .l_tech_list .tech_list > li { box-sizing: border-box; float: left; width: 50%; padding: 0 32px; }
@media screen and (max-width: 740px) { .tech_wrap .l_tech_list .tech_list { margin: 0 -0; }
  .tech_wrap .l_tech_list .tech_list:after { content: ''; display: block; clear: both; }
  .tech_wrap .l_tech_list .tech_list > li { box-sizing: border-box; float: left; width: 100%; padding: 0 0; } }
.tech_wrap .l_tech_list .tech_list > li { position: relative; }
@media screen and (max-width: 740px) { .tech_wrap .l_tech_list .tech_list > li { margin-top: 29px; } }
.tech_wrap .l_tech_list .content { padding-bottom: 94px; border-top: 5px solid #fff; }
@media screen and (max-width: 740px) { .tech_wrap .l_tech_list .content { position: relative; height: auto; padding-bottom: 0; } }
.tech_wrap .l_tech_list .content .tit { padding: 13px 0 12px; font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; letter-spacing: -0.36px; }
@media screen and (max-width: 740px) { .tech_wrap .l_tech_list .content .tit { padding: 12px 30px 0 0; font-size: 16px; line-height: 20px; font-weight: normal; letter-spacing: -0.16px; } }
.tech_wrap .l_tech_list .content .txt { position: relative; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 24px; font-weight: normal; letter-spacing: -0.2px; }
@media screen and (max-width: 740px) { .tech_wrap .l_tech_list .content .txt { position: static; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; letter-spacing: 0; margin-top: 1.5px; } }
.tech_wrap .l_tech_list .content .txt .txt_inner { padding-right: 6px; }
.tech_wrap .btn_more { vertical-align: middle; width: 20px; height: 20px; background: #e63312; border-radius: 50%; }
.tech_wrap .btn_more:before, .tech_wrap .btn_more:after { position: absolute; content: ''; top: 50%; left: 50%; background: #fff; }
.tech_wrap .btn_more:before { width: 10px; height: 2px; margin: -1px 0 0 -5px; }
.tech_wrap .btn_more:after { width: 2px; height: 10px; margin: -5px 0 0 -1px; }
@media screen and (max-width: 740px) { .tech_wrap .btn_more { position: absolute; top: 10px; right: 0; } }
.tech_wrap .btn_more:before, .tech_wrap .btn_more:after { transition: transform .05s linear; }
.tech_wrap .btn_more.on:before, .tech_wrap .btn_more.on:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.tech_wrap .btn_more.on + .bubble_wrap { display: inline-block; }
.tech_wrap .bubble_wrap { display: none; }
.tech_wrap .bubble_wrap:before, .tech_wrap .bubble_wrap:after { content: ''; position: absolute; }
@media screen and (max-width: 740px) { .tech_wrap .bubble_wrap:before, .tech_wrap .bubble_wrap:after { display: none; } }
.tech_wrap .bubble_wrap:before { top: 28px; margin-left: -30px; border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 16px solid #aacae6; }
.tech_wrap .bubble_wrap:after { top: 30px; z-index: 2; margin-left: -26px; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #fff; }
.tech_wrap .bubble_wrap .bubble { position: absolute; top: 40px; left: 0; z-index: 1; box-sizing: border-box; width: 480px; padding: 23px 30px 32px; background: #fff; border: 2px solid #aacae6; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; color: #000; }
@media screen and (max-width: 740px) { .tech_wrap .bubble_wrap .bubble { position: static; display: block; width: auto; padding: 18.5px 0 0; background: none; border: none; font-size: 14px; line-height: 21px; font-weight: normal; } }

.section_summary .section_wrap { margin-top: 120px; }
@media screen and (max-width: 740px) { .section_summary .section_wrap { margin-top: 70px; } }
.section_summary .tit_wrap { position: absolute; padding-top: 188px; color: #fff; }
@media screen and (max-width: 740px) { .section_summary .tit_wrap { padding: 18.125% 30px 0; } }
.section_summary .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 60px; line-height: 72px; font-weight: normal; letter-spacing: -0.6px; }
.section_summary .tit_wrap .tit .l_n_dot { position: absolute; }
.section_summary .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 10px; height: 10px; background: #e63312; margin-left: 4px; }
.section_summary .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_summary .tit_wrap .tit .n_dot { width: 2px; height: 2px; margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_summary .tit_wrap .tit { font-size: 20px; line-height: 23px; font-weight: normal; letter-spacing: 0; }
  .section_summary .tit_wrap .tit .n_dot { width: 3px; height: 3px; } }
.section_summary .tit_wrap mark { background: none; }
.section_summary .tit_wrap mark .txt_block { display: inline-block; padding: 2px 0; background: #aacae6; -moz-background-clip: content-box; -o-background-clip: content-box; -webkit-background-clip: content-box; background-clip: content-box; }
@media screen and (max-width: 740px) { .section_summary .tit_wrap mark .txt_block { display: inline; padding: 0; font-size: 20px; line-height: 23px; font-weight: normal; background-color: transparent; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAMAAAB70KeTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFqMvmAAAAPfntYgAAAA5JREFUeNpiYCAOAAQYAAAoAAGMEOU0AAAAAElFTkSuQmCC") repeat-x; background-position: 0 1px; } }

.section_performance .section_wrap { padding: 108px 0 0; }
@media screen and (max-width: 740px) { .section_performance .section_wrap { padding: 0; background-image: none !important; background: #f2f2f2 !important; } }
.section_performance .tit_wrap { height: 270px; text-align: center; }
@media screen and (max-width: 740px) { .section_performance .tit_wrap { height: auto; padding: 31px 15px 28px; } }
.section_performance .tit_wrap .tit { position: absolute; left: 50%; width: 735px; margin-left: -367px; font-family: 'HyundaiBold'; font-size: 60px; line-height: 72px; font-weight: normal; letter-spacing: -0.6px; }
.section_performance .tit_wrap .tit .l_n_dot { position: absolute; }
.section_performance .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 11px; height: 11px; background: #e63312; margin-left: 4px; }
.section_performance .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_performance .tit_wrap .tit .n_dot { margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_performance .tit_wrap .tit { position: static; width: auto; margin-left: 0; font-size: 24px; line-height: 26px; font-weight: normal; letter-spacing: 0; }
  .section_performance .tit_wrap .tit .n_dot { width: 4px; height: 4px; } }
.section_performance .content_wrap { position: relative; height: 1040px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap { height: auto; } }
.section_performance .content_wrap .content .l_img_wrap { position: relative; }
.section_performance .content_wrap .content .l_img_wrap .key_back_img_wrap { position: relative; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content .l_img_wrap .key_back_img_wrap { padding: 6.25% 0 0 15px; } }
.section_performance .content_wrap .content .l_img_wrap .key_img_wrap { position: absolute; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content .l_img_wrap .key_img_wrap { left: 0; right: 15px; } }
.section_performance .content_wrap .content .content_bd { width: 448px; padding: 44px 0 32px; text-align: center; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content .content_bd { width: auto; padding: 25px 30px 30px; text-align: left; } }
.section_performance .content_wrap .content .content_bd .subject { font-family: 'HyundaiBold'; font-size: 30px; line-height: 34px; font-weight: normal; letter-spacing: -0.3px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content .content_bd .subject { font-size: 15px; line-height: 20px; font-weight: normal; letter-spacing: 0; } }
.section_performance .content_wrap .content .content_bd .subject .object { display: block; padding-top: 20px; font-family: 'HyundaiBold'; font-size: 60px; line-height: 34px; font-weight: normal; letter-spacing: -1.2px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content .content_bd .subject .object { padding-top: 0; font-size: 22px; line-height: 29px; font-weight: normal; letter-spacing: 0; } }
.section_performance .content_wrap .content .content_bd .txt { padding: 40px 0 0; letter-spacing: -0.3px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content .content_bd .txt { padding: 3px 0 0; letter-spacing: 0; } }
.section_performance .content_wrap .content .content_bd .person { padding-top: 13px; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 34px; font-weight: normal; letter-spacing: -0.3px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content .content_bd .person { padding-top: 0; font-size: 13px; line-height: 21px; font-weight: normal; letter-spacing: 0; } }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_01 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column; } }
.section_performance .content_wrap .content_01 .l_img_wrap .key_back_img_wrap { top: 142px; left: -400px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_01 .l_img_wrap .key_back_img_wrap { top: auto; left: auto; } }
.section_performance .content_wrap .content_01 .l_img_wrap .key_img_wrap { bottom: 0; left: -100px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_01 .l_img_wrap .key_img_wrap { bottom: auto; right: 15px; left: auto; } }
.section_performance .content_wrap .content_01 .content_hd { position: absolute; bottom: 292px; left: 0; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_01 .content_hd { position: static; order: 1; } }
.section_performance .content_wrap .content_01 .content_bd { position: absolute; top: 120px; left: -15px; padding-top: 0; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_01 .content_bd { position: static; margin-top: 0; padding-top: 25px; order: 2; } }
.section_performance .content_wrap .content_01 .content_bd .txt { font-family: 'HyundaiMedium'; font-size: 24px; line-height: 28px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_01 .content_bd .txt { font-size: 15px; line-height: 20px; font-weight: normal; } }
.section_performance .content_wrap .content_02 .l_img_wrap .key_back_img_wrap { position: absolute; top: 47px; right: -300px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_02 .l_img_wrap .key_back_img_wrap { position: relative; top: auto; right: auto; } }
.section_performance .content_wrap .content_02 .l_img_wrap .key_img_wrap { position: relative; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_02 .l_img_wrap .key_img_wrap { position: absolute; } }
.section_performance .content_wrap .content_02 .content_hd { position: absolute; top: 168px; right: -100px; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_02 .content_hd { position: static; } }
.section_performance .content_wrap .content_02 .content_bd { position: absolute; bottom: 170px; right: 0; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_02 .content_bd { position: static; } }
.section_performance .content_wrap .content_02 .content_bd .txt { font-family: 'HyundaiMedium'; font-size: 30px; line-height: 34px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_performance .content_wrap .content_02 .content_bd .txt { padding-top: 5px; font-size: 15px; line-height: 20px; font-weight: normal; } }

.section_core { position: relative; }
@media screen and (max-width: 740px) { .section_core { background-color: #000; } }
.section_core .section_wrap { min-height: 2081px; padding: 138px 0 0; z-index: 1; }
@media screen and (max-width: 740px) { .section_core .section_wrap { min-height: auto; padding: 32px 0 63.75%; } }
.section_core .tit_wrap { color: #fff; text-align: center; }
@media screen and (max-width: 740px) { .section_core .tit_wrap { padding: 0 15px; } }
.section_core .tit_wrap .tit { position: relative; display: inline-block; width: 800px; font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_core .tit_wrap .tit { width: auto; font-size: 24px; line-height: 26px; font-weight: normal; } }
.section_core .things_wrap { position: relative; padding-top: 149px; }
@media screen and (max-width: 740px) { .section_core .things_wrap { padding: 0 15px; } }
.section_core .things_wrap .things { position: relative; }
.section_core .things_wrap .things .things_tit { position: absolute; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .things_tit { position: static; padding-top: 24.5px; padding-bottom: 9.5px; text-align: center; -webkit-transform: none; -ms-transform: none; transform: none; } }
.section_core .things_wrap .things .things_tit .tit { position: relative; font-family: 'HyundaiBold'; font-size: 48px; line-height: 45px; font-weight: normal; color: #fff; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .things_tit .tit { font-size: 20px; line-height: 23px; font-weight: normal; } }
.section_core .things_wrap .things .things_list { position: relative; }
.section_core .things_wrap .things .things_list > li { position: relative; float: left; margin-right: 21px; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .things_list > li { margin-right: 0; margin-top: 15px; } }
.section_core .things_wrap .things .things_list > li:nth-of-type(1) { margin-top: 208px; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .things_list > li:nth-of-type(1) { margin-top: 15px; } }
.section_core .things_wrap .things .things_list > li:nth-of-type(2) { margin-top: 100px; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .things_list > li:nth-of-type(2) { margin-top: 15px; } }
.section_core .things_wrap .things .things_list > li:nth-of-type(3) { margin-top: -16px; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .things_list > li:nth-of-type(3) { margin-top: 15px; } }
.section_core .things_wrap .things .things_list > li:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #fff; border: 10px solid #e63514; -webkit-transform: skewY(-19.8547deg); -ms-transform: skewY(-19.8547deg); transform: skewY(-19.8547deg); }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .things_list > li:before { border-width: 5px; -webkit-transform: none; -ms-transform: none; transform: none; } }
.section_core .things_wrap .things .content { position: relative; width: 288px; height: 355px; z-index: 1; padding: 70px 34px 0; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .content { width: auto; height: auto; padding: 20px 30px 38.5px 15px; } }
.section_core .things_wrap .things .content .content_tit { padding-bottom: 14px; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 22px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .content .content_tit { padding-bottom: 3.5px; font-family: 'HyundaiBold'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.section_core .things_wrap .things .content .content_txt { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things .content .content_txt { font-size: 14px; line-height: 21px; font-weight: normal; } }
.section_core .things_wrap .things_raise { padding-left: 160px; padding-bottom: 38px; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_raise { padding: 0; } }
.section_core .things_wrap .things_raise .things_tit { bottom: 0; left: 0; margin-bottom: -100px; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_raise .things_tit { margin: 0; } }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_raise .things_list > li:before { background: #fad7d0; } }
.section_core .things_wrap .things_raise .things_list .arrow { position: relative; margin-top: -4.5px; position: absolute; top: -95px; right: 5px; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
.section_core .things_wrap .things_raise .things_list .arrow:before, .section_core .things_wrap .things_raise .things_list .arrow:after { content: ""; position: absolute; top: 50%; }
.section_core .things_wrap .things_raise .things_list .arrow:before { left: 50%; width: 20px; height: 20px; margin: -19px 0 0 -19px; border: 9px solid; border-color: transparent #e63514 #e63514 transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.section_core .things_wrap .things_raise .things_list .arrow:after { right: -14.14px; width: 65px; margin-top: -4.5px; border-top: 9px solid #e63514; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_raise .things_list .arrow { position: relative; margin-top: -2.5px; position: absolute; top: auto; bottom: 38px; right: 30px; }
  .section_core .things_wrap .things_raise .things_list .arrow:before, .section_core .things_wrap .things_raise .things_list .arrow:after { content: ""; position: absolute; top: 50%; }
  .section_core .things_wrap .things_raise .things_list .arrow:before { left: 50%; width: 10px; height: 10px; margin: -10px 0 0 -10px; border: 5px solid; border-color: transparent #e63514 #e63514 transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .section_core .things_wrap .things_raise .things_list .arrow:after { right: -7.07px; width: 40px; margin-top: -2.5px; border-top: 5px solid #e63514; } }
.section_core .things_wrap .things_raise .things_list .arrow_m { display: none; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_raise .things_list .arrow_m { display: block; position: relative; margin-top: -2.5px; position: absolute; top: auto; bottom: 21px; right: 54px; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
  .section_core .things_wrap .things_raise .things_list .arrow_m:before, .section_core .things_wrap .things_raise .things_list .arrow_m:after { content: ""; position: absolute; top: 50%; }
  .section_core .things_wrap .things_raise .things_list .arrow_m:before { left: 50%; width: 10px; height: 10px; margin: -10px 0 0 -10px; border: 5px solid; border-color: transparent #e63514 #e63514 transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .section_core .things_wrap .things_raise .things_list .arrow_m:after { right: -7.07px; width: 23px; margin-top: -2.5px; border-top: 5px solid #e63514; } }
.section_core .things_wrap .things_lower { padding-left: 108px; margin-top: -14px; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_lower { padding: 0; margin-top: 0; } }
.section_core .things_wrap .things_lower .things_tit { top: 0; right: -8px; margin-top: 40px; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_lower .things_tit { padding-top: 29.5px; padding-bottom: 8.5px; } }
.section_core .things_wrap .things_lower .things_list > li:before { border-color: #4daef2; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_lower .things_list > li:before { background: #dbeffc; } }
.section_core .things_wrap .things_lower .things_list .arrow { position: relative; margin-top: -4.5px; position: absolute; bottom: -118px; left: 5px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.section_core .things_wrap .things_lower .things_list .arrow:before, .section_core .things_wrap .things_lower .things_list .arrow:after { content: ""; position: absolute; top: 50%; }
.section_core .things_wrap .things_lower .things_list .arrow:before { left: 50%; width: 20px; height: 20px; margin: -19px 0 0 -19px; border: 9px solid; border-color: transparent #4daef2 #4daef2 transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.section_core .things_wrap .things_lower .things_list .arrow:after { right: -14.14px; width: 88px; margin-top: -4.5px; border-top: 9px solid #4daef2; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_lower .things_list .arrow { position: relative; margin-top: -2.5px; position: absolute; bottom: auto; top: 41px; left: auto; right: 30px; }
  .section_core .things_wrap .things_lower .things_list .arrow:before, .section_core .things_wrap .things_lower .things_list .arrow:after { content: ""; position: absolute; top: 50%; }
  .section_core .things_wrap .things_lower .things_list .arrow:before { left: 50%; width: 10px; height: 10px; margin: -10px 0 0 -10px; border: 5px solid; border-color: transparent #4daef2 #4daef2 transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .section_core .things_wrap .things_lower .things_list .arrow:after { right: -7.07px; width: 43px; margin-top: -2.5px; border-top: 5px solid #4daef2; } }
.section_core .things_wrap .things_lower .things_list .arrow_m { display: none; }
@media screen and (max-width: 740px) { .section_core .things_wrap .things_lower .things_list .arrow_m { display: block; position: relative; margin-top: -2.5px; position: absolute; bottom: auto; top: 21px; right: 54px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
  .section_core .things_wrap .things_lower .things_list .arrow_m:before, .section_core .things_wrap .things_lower .things_list .arrow_m:after { content: ""; position: absolute; top: 50%; }
  .section_core .things_wrap .things_lower .things_list .arrow_m:before { left: 50%; width: 10px; height: 10px; margin: -10px 0 0 -10px; border: 5px solid; border-color: transparent #4daef2 #4daef2 transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .section_core .things_wrap .things_lower .things_list .arrow_m:after { right: -7.07px; width: 23px; margin-top: -2.5px; border-top: 5px solid #4daef2; } }
.section_core .slope { position: absolute; top: 990px; left: 0; right: 0; z-index: 1; height: 60px; -webkit-transform: skewY(-19.8547deg); -ms-transform: skewY(-19.8547deg); transform: skewY(-19.8547deg); }
@media screen and (max-width: 740px) { .section_core .slope { display: none; } }
.section_core .slope .bg_wrap { position: absolute; width: 100%; height: 100%; background-image: -moz-linear-gradient(left, #2c75ed 30%, #e63514 70%); /* FF3.6-15 */ background-image: -webkit-linear-gradient(left, #2c75ed 30%, #e63514 70%); /* Chrome10-25,Safari5.1-6 */ background-image: linear-gradient(to right, #2c75ed 30%, #e63514 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c75ed', endColorstr='#e63514',GradientType=1 ); /* IE6-9 */ -moz-background-size: 0 60px; -o-background-size: 0 60px; -webkit-background-size: 0 60px; background-size: 0 60px; background-repeat: no-repeat; transition: background-size .5s ease-in-out; }
.section_core .slope .bg_wrap.ani { -moz-background-size: 100% 60px; -o-background-size: 100% 60px; -webkit-background-size: 100% 60px; background-size: 100% 60px; }
.section_core .slope .arrow_bar { position: absolute; z-index: 1; display: inline-block; height: 10px; }
.section_core .slope .arrow_bar_up { left: 0; background: #e63514; }
.section_core .slope .arrow_bar_up .arrow { position: relative; margin-top: -4.5px; position: absolute; right: 5px; top: 0; margin-top: -60px; -webkit-transform: skewY(19.8547deg) rotate(-90deg); -ms-transform: skewY(19.8547deg) rotate(-90deg); transform: skewY(19.8547deg) rotate(-90deg); }
.section_core .slope .arrow_bar_up .arrow:before, .section_core .slope .arrow_bar_up .arrow:after { content: ""; position: absolute; top: 50%; }
.section_core .slope .arrow_bar_up .arrow:before { left: 50%; width: 20px; height: 20px; margin: -19px 0 0 -19px; border: 9px solid; border-color: transparent #e63514 #e63514 transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.section_core .slope .arrow_bar_up .arrow:after { right: -14.14px; width: 80px; margin-top: -4.5px; border-top: 9px solid #e63514; }
.section_core .slope .arrow_bar_up:nth-of-type(1) { top: -40px; right: 602px; }
.section_core .slope .arrow_bar_up:nth-of-type(1) .arrow { margin-top: -50px; }
.section_core .slope .arrow_bar_up:nth-of-type(1) .arrow:after { width: 70px; }
.section_core .slope .arrow_bar_up:nth-of-type(2) { top: -10px; right: 533px; }
.section_core .slope .arrow_bar_up:nth-of-type(2) .arrow { margin-top: -125px; }
.section_core .slope .arrow_bar_up:nth-of-type(2) .arrow:after { width: 145px; }
.section_core .slope .arrow_bar_up:nth-of-type(3) { top: -40px; right: 463px; }
.section_core .slope .arrow_bar_up:nth-of-type(3) .arrow { margin-top: -125px; }
.section_core .slope .arrow_bar_up:nth-of-type(3) .arrow:after { width: 145px; }
.section_core .slope .arrow_bar_down { right: 0; background: #2c75ed; }
.section_core .slope .arrow_bar_down .arrow { position: relative; margin-top: -4.5px; position: absolute; left: 5px; bottom: 0; margin-bottom: -125px; -webkit-transform: skewY(19.8547deg) rotate(90deg); -ms-transform: skewY(19.8547deg) rotate(90deg); transform: skewY(19.8547deg) rotate(90deg); }
.section_core .slope .arrow_bar_down .arrow:before, .section_core .slope .arrow_bar_down .arrow:after { content: ""; position: absolute; top: 50%; }
.section_core .slope .arrow_bar_down .arrow:before { left: 50%; width: 20px; height: 20px; margin: -19px 0 0 -19px; border: 9px solid; border-color: transparent #2c75ed #2c75ed transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.section_core .slope .arrow_bar_down .arrow:after { right: -14.14px; width: 145px; margin-top: -4.5px; border-top: 9px solid #2c75ed; }
.section_core .slope .arrow_bar_down:nth-of-type(4) { bottom: -40px; left: 400px; }
.section_core .slope .arrow_bar_down:nth-of-type(5) { bottom: -10px; left: 470px; }
.section_core .section_bg_wrap .img_wrap { position: absolute; top: 323px; }
@media screen and (max-width: 740px) { .section_core .section_bg_wrap .img_wrap { display: none; } }
.section_core .section_bg_wrap .bg_wrap { position: absolute; top: 0; }
@media screen and (max-width: 740px) { .section_core .section_bg_wrap .bg_wrap { top: auto; bottom: 0; } }

@media screen and (max-width: 740px) { .section_key { background: #f2f2f2; } }
.section_key .tit_wrap { position: absolute; top: -86px; z-index: 1; color: #fff; text-align: center; }
@media screen and (max-width: 740px) { .section_key .tit_wrap { position: static; padding: 32px 15px 25px; color: #000; background: #fff; } }
.section_key .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_key .tit_wrap .tit { font-size: 27px; line-height: 29px; font-weight: normal; } }
.section_key .tit_wrap .tit_info { display: inline-block; width: 735px; padding-top: 18px; font-family: 'HyundaiMedium'; font-size: 30px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) { .section_key .tit_wrap .tit_info { width: auto; padding-top: 8px; font-size: 15px; line-height: 20px; font-weight: normal; } }
.section_key .img_wrap { position: relative; }
.section_key .tech_wrap { position: absolute; bottom: 20px; color: #fff; }
@media screen and (max-width: 740px) { .section_key .tech_wrap { position: static; padding: 30px 30px; color: #000; } }
@media screen and (max-width: 740px) { .section_key .tech_wrap .l_tech_list .content { border-top-color: #aacae6; } }

.section_pillars .section_wrap .tit_wrap { padding: 138px 0 121px 0; text-align: center; }
@media screen and (max-width: 740px) { .section_pillars .section_wrap .tit_wrap { padding: 31px 30px 23.5px; } }
.section_pillars .section_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; letter-spacing: -0.72px; }
.section_pillars .section_wrap .tit_wrap .tit .l_n_dot { position: absolute; }
.section_pillars .section_wrap .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 13px; height: 13px; background: #e63312; margin-left: 4px; }
.section_pillars .section_wrap .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pillars .section_wrap .tit_wrap .tit .n_dot { margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_pillars .section_wrap .tit_wrap .tit { font-size: 27px; line-height: 29px; font-weight: normal; letter-spacing: 0; }
  .section_pillars .section_wrap .tit_wrap .tit .n_dot { width: 4px; height: 4px; } }
.section_pillars .section_wrap .tit_wrap .tit_info { display: inline-block; max-width: 608px; padding: 24px 0 0 0; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 30px; font-weight: normal; letter-spacing: -0.2px; }
@media screen and (max-width: 740px) { .section_pillars .section_wrap .tit_wrap .tit_info { width: auto; padding-top: 9px; font-size: 15px; line-height: 20px; font-weight: normal; letter-spacing: 0; } }

.section_pillars_detail .section_wrap { position: relative; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap { background: #f2f2f2; } }
.section_pillars_detail .section_wrap > .img_wrap { margin-left: -400px; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap > .img_wrap { margin: 0; } }
.section_pillars_detail .section_wrap .tit_wrap { position: absolute; left: 0; top: 88px; width: 100%; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .tit_wrap { left: 30px; top: 31px; } }
.section_pillars_detail .section_wrap .tit_wrap.align_right .tit, .section_pillars_detail .section_wrap .tit_wrap.align_right .tit_info { text-align: right; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .tit_wrap.align_right .tit, .section_pillars_detail .section_wrap .tit_wrap.align_right .tit_info { text-align: left; } }
.section_pillars_detail .section_wrap .tit_wrap .tit { color: #fff; font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; letter-spacing: -0.72px; }
.section_pillars_detail .section_wrap .tit_wrap .tit .l_n_dot { position: absolute; }
.section_pillars_detail .section_wrap .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 13px; height: 13px; background: #e63312; margin-left: 4px; }
.section_pillars_detail .section_wrap .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pillars_detail .section_wrap .tit_wrap .tit .n_dot { margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .tit_wrap .tit { font-size: 24px; line-height: 26px; font-weight: normal; padding-bottom: 4.5px; letter-spacing: 0; }
  .section_pillars_detail .section_wrap .tit_wrap .tit .n_dot { width: 4px; height: 4px; } }
.section_pillars_detail .section_wrap .tit_wrap .tit_info { color: #fff; font-family: 'HyundaiBold'; font-size: 36px; line-height: 42px; font-weight: normal; letter-spacing: -0.36px; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .tit_wrap .tit_info { font-size: 15px; line-height: 20px; font-weight: normal; } }
.section_pillars_detail .section_wrap .pos_wrap { position: absolute; bottom: 0; left: 0; width: 100%; color: #fff; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .pos_wrap { position: relative; bottom: auto; left: auto; padding: 0 15px; color: #000; } }
.section_pillars_detail .section_wrap .pos_wrap .img_pos_01 { position: absolute; left: 534px; bottom: 130px; z-index: 2; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .pos_wrap .img_pos_01 { position: relative; left: auto; bottom: auto; margin-top: -50px; } }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 { position: absolute; left: 0; bottom: 231px; font-family: 'HyundaiBold'; font-size: 60px; line-height: 65px; font-weight: normal; z-index: 3; }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 .l_n_dot { position: absolute; }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 .n_dot { display: inline-block; margin-left: 4px; width: 10px; height: 10px; background: #e63312; margin-left: 4px; }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 .n_dot { width: 2px; height: 2px; margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .pos_wrap .txt_pos_01 { position: relative; left: auto; bottom: auto; padding: 26px 15px 18.5px; font-size: 20px; line-height: 23px; font-weight: normal; } }
.section_pillars_detail .section_wrap .pos_wrap .img_pos_02 { position: absolute; left: 71px; bottom: 128px; z-index: 2; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .pos_wrap .img_pos_02 { position: relative; left: auto; bottom: auto; margin-top: -50px; } }
.section_pillars_detail .section_wrap .pos_wrap .img_pos_03 { position: absolute; right: 67px; bottom: 86px; z-index: 1; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .pos_wrap .img_pos_03 { position: relative; right: auto; bottom: auto; width: 70%; margin-top: -25px; margin-left: 35%; } }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 { position: absolute; font-family: 'HyundaiBold'; font-size: 36px; line-height: 42px; font-weight: normal; letter-spacing: -0.36px; left: 384px; bottom: 447px; z-index: 3; }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .l_n_dot { position: absolute; }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .n_dot { display: inline-block; margin-left: 4px; width: 6px; height: 6px; background: #e63312; margin-left: 4px; }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .n_dot { margin-left: 2px; } }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 { position: relative; left: auto; bottom: auto; padding: 26px 15px 18.5px; font-size: 20px; line-height: 23px; font-weight: normal; }
  .section_pillars_detail .section_wrap .pos_wrap .txt_pos_02 .n_dot { width: 3px; height: 3px; } }
.section_pillars_detail .section_wrap .pos_wrap .img_pos_04 { position: absolute; left: -49px; bottom: 116px; z-index: 2; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .pos_wrap .img_pos_04 { position: relative; left: auto; bottom: auto; margin-top: -50px; } }
.section_pillars_detail .section_wrap .pos_wrap .txt_pos_03 { position: absolute; left: 480px; bottom: 219px; font-family: 'HyundaiBold'; font-size: 48px; line-height: 54px; font-weight: normal; letter-spacing: -0.48px; z-index: 3; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_wrap .pos_wrap .txt_pos_03 { position: relative; left: auto; bottom: auto; padding: 26px 15px 18.5px; font-size: 20px; line-height: 23px; font-weight: normal; } }
.section_pillars_detail .section_tech_wrap { padding: 46px 0 50px; }
@media screen and (max-width: 740px) { .section_pillars_detail .section_tech_wrap { padding: 0; background: #f2f2f2; } }
@media screen and (max-width: 740px) { .section_pillars_detail .section_tech_wrap .tech_wrap { padding: 0 30px 32px; } }
.section_pillars_detail .section_tech_wrap .tech_wrap .l_tech_list .content { border-top-color: #aacae6; }

/* MOBILE STYLE */
@media screen and (max-width: 740px) { body.mobile .nBrand .m_visual_layout .l_txt_wrap:before { content: ''; display: inline-block; width: 1px; height: 100%; margin-left: -1px; vertical-align: middle; }
  body.mobile .nBrand .m_plain_layout, body.mobile .nBrand .m_images_layout { padding-top: 0; min-height: 0; height: auto; }
  body.mobile .nBrand .m_plain_layout .l_img_wrap { position: relative; padding-top: 6.2745%; }
  body.mobile .nBrand .m_plain_layout .l_img_wrap .key_img_wrap { position: absolute; top: 0; left: 15px; right: 0; display: block; }
  body.mobile .nBrand .m_plain_layout .l_img_wrap .key_back_img_wrap { position: relative; left: 0; top: auto; bottom: auto; padding-right: 15px; }
  body.mobile .nBrand .m_plain_layout .l_img_wrap.mobile_hide { display: none; }
  body.mobile .nBrand .m_plain_layout .l_img_wrap.reverse .key_img_wrap { right: 15px; left: 0; }
  body.mobile .nBrand .m_plain_layout .l_img_wrap.reverse .key_back_img_wrap { padding-right: 0; padding-left: 15px; }
  body.mobile .nBrand .m_plain_layout .l_tit_wrap, body.mobile .nBrand .m_plain_layout .l_cont_wrap, body.mobile .nBrand .m_plain_layout .l_txt_wrap { position: static; margin-left: 0; }
  body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .tit_wrap, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .tit_wrap, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .tit_wrap { padding-left: 0; padding-right: 0; }
  body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .tit_wrap .l_img_wrap, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .tit_wrap .l_img_wrap, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .tit_wrap .l_img_wrap { margin: 23px 0 27px 0; }
  body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .tit, body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .ftit, body.mobile .nBrand .m_plain_layout .l_tit_wrap.middle_key_image .stit, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .tit, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .ftit, body.mobile .nBrand .m_plain_layout .l_cont_wrap.middle_key_image .stit, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .tit, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .ftit, body.mobile .nBrand .m_plain_layout .l_txt_wrap.middle_key_image .stit { padding-left: 30px; padding-right: 30px; }
  body.mobile .nBrand .m_plain_layout .tit_wrap { position: static; padding: 0 30px 24px; width: auto; }
  body.mobile .nBrand .m_plain_layout .tit, body.mobile .nBrand .m_plain_layout .ftit { font-size: 24px; line-height: 26px; font-weight: normal; }
  body.mobile .nBrand .m_plain_layout .stit { font-size: 15px; line-height: 22px; font-weight: normal; margin-top: 6px; }
  body.mobile .nBrand .m_plain_layout .txt_wrap { position: static; padding: 0 30px 30px; width: auto !important; }
  body.mobile .nBrand .m_plain_layout .txt { padding: 25px 0 0 0; font-size: 14px; line-height: 21px; font-weight: normal; width: auto !important; }
  body.mobile .nBrand .m_plain_layout .txt.column { padding-left: 0; display: inline; }
  body.mobile .nBrand .m_plain_layout .txt.column:first-child:before { content: ''; display: block; padding-top: 25px; }
  body.mobile .nBrand .m_plain_layout .img_wrap { position: static; }
  body.mobile .nBrand .m_plain_layout .img_wrap.m_in_padding { padding: 0 30px 30px 20px; }
  body.mobile .nBrand .m_plain_layout .l_img_wrap + .l_tit_wrap { padding-top: 28px; }
  body.mobile .nBrand .m_plain_layout .l_tit_wrap + .l_txt_wrap .txt:first-child { padding-top: 0; }
  body.mobile .nBrand .m_images_layout { padding-bottom: 30px; }
  body.mobile .nBrand .m_images_layout .l_img_wrap, body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap { position: static; }
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap { margin-top: -6.2735%; position: relative; left: 0 !important; top: 0 !important; }
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap img { width: 90.625%; }
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(1) { margin-top: 0; z-index: 2; }
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(2) { z-index: 1; }
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(3) { z-index: 0; }
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(even) { text-align: left; }
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(odd) { text-align: right; }
  body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(2) img, body.mobile .nBrand .m_images_layout .l_img_wrap .img_wrap:nth-of-type(3) img { width: 79.6875%; }
  body.mobile .nBrand .m_images_layout.reverse .img_wrap:nth-of-type(even) { text-align: right; }
  body.mobile .nBrand .m_images_layout.reverse .img_wrap:nth-of-type(odd) { text-align: left; }
  body.mobile .nBrand .m_visual_layout { position: relative; margin-bottom: 30px; }
  body.mobile .nBrand .m_visual_layout .l_txt_wrap { font-size: 0; position: absolute; left: 0; top: 0; width: 100%; background: transparent; }
  body.mobile .nBrand .m_visual_layout .txt_wrap { margin: 0; text-align: center; padding: 0; width: 100%; }
  body.mobile .nBrand .m_visual_layout .txt_wrap .n_logo { width: 125px; margin: 15px auto 0 auto; }
  body.mobile .nBrand .m_visual_layout .txt { font-size: 20px; line-height: 24px; font-weight: normal; }
  body.mobile .nBrand .m_visual_layout .txt:first-child { top: 0; padding-top: 0; } }
body.pc .nBrand .m_plain_layout .middle_key_image .l_img_wrap { display: none; }

.nBrand .movie-layer { position: absolute; width: 1120px; height: 630px; top: 50%; left: 50%; margin: -315px 0 0 -560px; z-index: 21; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .movie-layer { width: 100%; height: 0; padding: 56% 0 0; margin: 0; left: 0; margin-top: -28%; } }
.nBrand .movie-layer .video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.nBrand .movie-layer .video iframe { width: 100%; height: 100%; }
.nBrand .movie-layer .close { position: absolute; display: block; top: 0; right: 0; width: 0px; height: 50px; padding-left: 50px; background: #e63514; overflow: hidden; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .movie-layer .close { height: 35px; padding-left: 35px; } }
.nBrand .movie-layer .close:before, .nBrand .movie-layer .close:after { content: ""; display: block; position: absolute; background: #fff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.nBrand .movie-layer .close:before { width: 3px; height: 19px; left: 24px; top: 16px; }
.nBrand .movie-layer .close:after { width: 19px; height: 3px; left: 16px; top: 24px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .movie-layer .close:before { width: 2px; height: 12px; left: 17px; top: 12px; }
  .nBrand .movie-layer .close:after { width: 12px; height: 2px; left: 12px; top: 17px; } }
.nBrand .dimmed { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 20; background: rgba(0, 0, 0, 0.85); }
.nBrand .section_hero { overflow: hidden; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .n_box { display: none; }
  .nBrand .section_hero .layout_box, .nBrand .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_hero .l_stit_wrap, .nBrand .section_hero .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_hero .l_img_wrap, .nBrand .section_hero .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_hero .l_txt_wrap, .nBrand .section_hero .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_hero .l_list_wrap { padding: 0 30px; } }
.nBrand .section_hero .desktop_block { display: block; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .desktop_block { display: inline; } }
.nBrand .section_hero.rn30 .hero_wrap1 .l_bg_wrap { background: #aacae6; }
.nBrand .section_hero.rn30 .hero_wrap1 .l_tit_wrap .tit { letter-spacing: -2.9px; }
.nBrand .section_hero.rn30 .hero_wrap1 .l_tit_wrap .tit_wrap:nth-of-type(2) { top: 1160px; }
.nBrand .section_hero.rn30 .hero_wrap2 .l_img_wrap { margin-top: -180px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero.rn30 .hero_wrap2 .l_img_wrap { margin-top: -10px; } }
.nBrand .section_hero.rn30 .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info { padding-right: 40px; }
.nBrand .section_hero.rn30 .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont { letter-spacing: -0.5px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero.rn30 .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont { letter-spacing: -0.25px; } }
.nBrand .section_hero.projectRM .hero_wrap1 .l_bg_wrap { background: #2D4954; }
.nBrand .section_hero.projectRM .hero_wrap1 .l_tit_wrap .tit { letter-spacing: 0; }
.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont { font-size: 120px; letter-spacing: -0.25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont { font-size: 35px; } }
.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_info_wrap .info .info_cont .n_point:nth-of-type(2) { color: #aacae6; }
.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_txt_wrap { top: 316px; }
.nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_img_wrap { margin-top: 116px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero.projectRM { margin-top: -10px; }
  .nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_img_wrap { padding-top: 110px; margin-top: -5%; } }
@media screen and (max-width: 740px) and (min-width: 0) and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_img_wrap { padding-top: 0; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero.projectRM .hero_wrap2 .img_hero_wrap .l_txt_wrap { margin-top: -8.9375%; } }
.nBrand .section_hero.visionGT .hero_wrap1 .l_bg_wrap { background: #142833; }
.nBrand .section_hero.visionGT .hero_wrap1 .l_tit_wrap .tit { letter-spacing: 0; }
.nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont { letter-spacing: -0.25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont { letter-spacing: -0.25px; } }
.nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_txt_wrap { top: 287px; }
.nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_img_wrap { padding-top: 30px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero.visionGT .hero_wrap2 .img_hero_wrap .l_img_wrap { padding-top: 0; } }
.nBrand .section_hero .hero_wrap1 { position: relative; left: 50%; margin-left: -960px; max-width: 1800px; padding-top: 120px; overflow: hidden; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap1 { left: 0; padding-top: 0; margin: 0; } }
.nBrand .section_hero .hero_wrap1 .n_box { position: absolute; top: 30px; right: 0; z-index: 1; }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap1 .l_tit_wrap { position: absolute; left: 28px; top: 35px; } }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap { position: absolute; left: 390px; }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap:nth-of-type(1) { top: 238px; }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap:nth-of-type(2) { top: 1047px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap { position: static; } }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit { display: block; font-family: 'HyundaiBold'; font-size: 150px; line-height: 125px; font-weight: normal; color: #fff; }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .l_n_dot { position: absolute; }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 22px; height: 22px; background: #e63312; margin-left: 11px; }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .n_dot { width: 6px; height: 5px; margin-left: 3px; } }
@media screen and (min-width: 641px) and (max-width: 740px) { .nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit { font-size: 65px; line-height: 60px; letter-spacing: 0; font-weight: normal; } }
@media screen and (min-width: 481px) and (max-width: 640px) { .nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit { font-size: 50px; line-height: 45px; letter-spacing: 0; font-weight: normal; } }
@media screen and (min-width: 375px) and (max-width: 480px) { .nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit { font-size: 40px; line-height: 40px; letter-spacing: 0; font-weight: normal; } }
@media screen and (min-width: 321px) and (max-width: 374px) { .nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit { font-size: 32.5px; line-height: 32px; letter-spacing: 0; font-weight: normal; } }
@media screen and (min-width: 0) and (max-width: 320px) { .nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit { font-size: 32.5px; line-height: 32px; letter-spacing: 0; font-weight: normal; } }
.nBrand .section_hero .hero_wrap1 .l_tit_wrap .tit_wrap .tit .no-spacing { letter-spacing: 0; }
.nBrand .section_hero .hero_wrap1 .l_bg_wrap { display: inline-block; }
.nBrand .section_hero .hero_wrap1 .l_bg_wrap img.img_hero { margin-left: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap1 .l_bg_wrap img.img_hero { margin: 0; } }
.nBrand .section_hero .hero_wrap2 { position: relative; margin-top: -190px; overflow: hidden; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 { margin-top: -30px; padding-bottom: 25px; } }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap { position: relative; height: 630px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap { height: auto; } }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap { display: table; position: absolute; top: 0; width: 100%; height: 100%; }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit_wrap { display: table-cell; vertical-align: middle; text-align: center; }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit_wrap .tit { display: block; font-family: 'HyundaiBold'; font-size: 24px; line-height: 32px; font-weight: normal; color: #fff; letter-spacing: 2px; text-transform: uppercase; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; justify-content: center; bottom: 0; }
  .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .l_tit_wrap .tit_wrap .tit { display: none; } }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video iframe { width: 100%; height: 100%; }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close { position: absolute; z-index: 1; width: 40px; height: 40px; background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close { width: 22px; height: 22px; right: 0; top: 0; } }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:before, .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:after { content: ''; position: absolute; background: #fff; left: 50%; top: 50%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:before { width: 3px; height: 19px; margin: -9px 0 0 -1px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:before { width: 2px; height: 12px; margin: -6px 0 0 -1px; } }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:after { width: 19px; height: 3px; margin: -1px 0 0 -9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_vid_wrap .video .close:after { width: 12px; height: 2px; margin: -1px 0 0 -6px; } }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_txt_wrap { padding: 53px 192px 55px; }
.nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_txt_wrap .txt { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_txt_wrap { padding: 24px 0; }
  .nBrand .section_hero .hero_wrap2 .vid_hero_wrap .l_txt_wrap .txt { font-size: 14px; line-height: 21px; letter-spacing: 0; font-weight: normal; } }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap { position: relative; border-top: 1px solid transparent; }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap { position: absolute; left: 50%; margin-left: -560px; max-width: 1120px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap { position: static; left: auto; margin: 0; padding: 0 30px 23px; } }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info { float: left; width: 544px; white-space: nowrap; }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_tit { font-family: 'HyundaiMedium'; font-size: 18px; line-height: 28px; font-weight: normal; text-transform: capitalize; }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont { font-family: 'HyundaiBold'; font-size: 150px; line-height: 120px; font-weight: normal; }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info:nth-of-type(2) { padding-left: 32px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info { float: none; width: auto; white-space: normal; }
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_tit { font-family: 'HyundaiBold'; font-size: 14px; line-height: 15px; font-weight: normal; }
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont { font-family: 'HyundaiBold'; font-size: 35px; line-height: 1; font-weight: normal; }
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info .info_cont .n_point { margin-right: 0; }
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_info_wrap .info_wrap .info:nth-of-type(2) { padding-left: 0; } }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_img_wrap { position: relative; left: 50%; z-index: -1; margin-left: -960px; }
.nBrand .img_order1 {z-index: 1 !important;} /* 20180212 add */
.nBrand .img_order2 {z-index: 2 !important;} /* 20180212 add */
.nBrand .img_order3 {z-index: 3 !important;} /* 20180212 add */
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_img_wrap { position: relative; left: 0; margin: 0; }
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_img_wrap .img_hero { margin-top: 0; } }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap { position: absolute; left: 50%; margin-left: -560px; width: 448px; top: 200px; }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap .txt { padding-top: 30px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
.nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap .txt:first-child { padding-top: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap { position: static; top: auto; left: auto; width: auto; margin: 0; padding: 0 30px; }
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap .txt { top: auto; width: auto; padding-top: 0; font-size: 14px; line-height: 21px; letter-spacing: 0; font-weight: normal; }
  .nBrand .section_hero .hero_wrap2 .img_hero_wrap .l_txt_wrap .txt .enter { display: none; } }
.nBrand .section_expand { overflow: hidden; }
.nBrand .section_expand.rn30 .expand_front { background: #13171a; }
.nBrand .section_expand.rn30 .expand_front .tit_wrap .tit { background: rgba(22, 38, 63, 0.01); letter-spacing: -2px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand.rn30 .expand_front .tit_wrap .tit { background: rgba(255, 255, 255, 0.01); letter-spacing: 0; } }
.nBrand .section_expand.projectRM .expand_front { background: #102129; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand.rn30 .expand_front, .nBrand .section_expand.projectRM .expand_front { background: none; } }
.nBrand .section_expand.rn30 .expand_wrap, .nBrand .section_expand.projectRM .expand_wrap { padding-bottom: 130px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand.rn30 .expand_wrap, .nBrand .section_expand.projectRM .expand_wrap { padding-bottom: 35px; } }
.nBrand .section_expand .expand_front { position: relative; max-width: 1920px; left: 50%; margin-left: -960px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_front { position: relative; text-align: left; left: 0; margin: 0; } }
.nBrand .section_expand .expand_front .tit_wrap { position: absolute; width: 1120px; top: 110px; left: 50%; margin-left: -560px; z-index: 2; }
.nBrand .section_expand .expand_front .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; color: #fff; }
.nBrand .section_expand .expand_front .tit_wrap .tit .l_n_dot { position: absolute; }
.nBrand .section_expand .expand_front .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 10px; }
.nBrand .section_expand .expand_front .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_front .tit_wrap .tit .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_front .tit_wrap { position: static; width: auto; margin-left: 0; padding: 0 30px 22px; }
  .nBrand .section_expand .expand_front .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; color: #000; } }
.nBrand .section_expand .expand_front .btn_expand { position: absolute; bottom: 50px; left: 50%; margin-left: -35px; width: 70px; height: 70px; border: 8px solid #aacae6; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_front .btn_expand { bottom: 25px; margin-left: -17px; width: 35px; height: 35px; border: 4px solid #aacae6; } }
.nBrand .section_expand .expand_front .btn_expand .e_wrap { display: inline-block; transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1); width: 100%; height: 100%; }
.nBrand .section_expand .expand_front .btn_expand .e_wrap .e1, .nBrand .section_expand .expand_front .btn_expand .e_wrap .e2 { position: absolute; background: #fff; left: 50%; top: 50%; }
.nBrand .section_expand .expand_front .btn_expand .e_wrap .e1 { width: 6px; height: 28px; margin: -14px 0 0 -3px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_front .btn_expand .e_wrap .e1 { width: 3px; height: 14px; margin: -7px 0 0 -2px; } }
.nBrand .section_expand .expand_front .btn_expand .e_wrap .e2 { width: 28px; height: 6px; margin: -3px 0 0 -14px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_front .btn_expand .e_wrap .e2 { width: 14px; height: 3px; margin: -2px 0 0 -7px; } }
.nBrand .section_expand .expand_front .btn_expand .blind .open { display: block; }
.nBrand .section_expand .expand_front .btn_expand .blind .close { display: none; }
.nBrand .section_expand .expand_front .btn_expand.on .e_wrap { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nBrand .section_expand .expand_front .btn_expand.on .blind .open { display: none; }
.nBrand .section_expand .expand_front .btn_expand.on .blind .close { display: block; }
.nBrand .section_expand .expand_wrap { display: none; background: #f2f2f2; padding-bottom: 122px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_wrap { display: none; background: #f2f2f2; padding-bottom: 27px; padding-top: 10px; }
  .nBrand .section_expand .expand_wrap.on { display: block; } }
.nBrand .section_expand .expand_wrap .expand_section { padding-top: 115px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_wrap .expand_section { padding-top: 22px; } }
.nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap { padding-bottom: 40px; }
.nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap .stit { font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; white-space: nowrap; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap { padding: 0 30px 24px; }
  .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap .stit { font-family: 'HyundaiBold'; font-size: 22px; line-height: 24px; font-weight: normal; white-space: normal; }
  .nBrand .section_expand .expand_wrap .expand_section .l_stit_wrap .stit_wrap .enter { display: none; } }
.nBrand .section_expand .expand_wrap .expand_section .l_img_wrap { position: relative; }
.nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap { line-height: 26px; }
.nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt { padding-top: 33px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap { padding: 0 30px; }
  .nBrand .section_expand .expand_wrap .expand_section .l_txt_wrap .txt_wrap .txt { padding-top: 22px; } }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap { padding-top: 8px; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap { display: table; table-layout: fixed; width: 100%; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list { display: table-cell; padding: 36px 36px 50px; background: #fff; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list:nth-child(2n) { background: #e7e7e7; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_hd .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 40px; line-height: 1; font-weight: normal; letter-spacing: -2px; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont { padding: 10px 18px 0; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont { line-height: 20px; padding-top: 7px; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont:first-child { padding-top: 0; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .tit, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .txt { display: inline; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .tit { font-family: 'HyundaiBold'; font-size: 16px; line-height: 20px; font-weight: normal; }
.nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .txt { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap { display: block; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list { display: block; padding: 0 30px; background: none; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list:nth-child(2n) { background: none; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_hd { position: relative; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_hd .tit_wrap { position: absolute; left: 0; right: 0; bottom: 15px; text-align: center; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_hd .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 15px; line-height: 18px; font-weight: normal; letter-spacing: 0; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont { padding: 40px 0 0; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont { display: table; width: 100%; table-layout: fixed; padding-top: 0; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont:first-child .tit, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont:first-child .txt { padding-top: 15px; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .tit, .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .txt { display: table-cell; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .tit { width: 33.077%; padding: 10px 12px; background: #e8e8e8; font-family: 'HyundaiBold'; font-size: 12px; line-height: 16px; font-weight: normal; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .list .list_cont .cont .txt { padding: 10px 15px; background: #fff; font-family: 'HyundaiRegular'; font-size: 12px; line-height: 16px; font-weight: normal; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .slick-dots { position: absolute; top: 0; left: 0; right: 0; text-align: center; line-height: 40px; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .slick-dots li { display: inline-block; padding: 0 3px; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .slick-dots li button { width: 9px; height: 9px; border-radius: 50%; background: #ccc; font-size: 0; vertical-align: middle; }
  .nBrand .section_expand .expand_wrap .expand_section .l_list_wrap .list_wrap .slick-dots li button[aria-pressed="true"] { background: #e63312; } }
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap { padding-bottom: 255px; }
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap .img_wrap_1 { position: relative; left: -400px; }
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap .img_wrap_2 { position: absolute; top: 200px; right: 0; }
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .txt_wrap { float: right; }
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .txt_wrap .txt { float: left; width: 480px; padding-left: 32px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap { padding-bottom: 20px; margin-left: 0; }
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap .img_wrap_1 { left: 0; padding-left: 20px; }
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .l_img_wrap .img_wrap_2 { position: absolute; top: 20px; right: 20px; }
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .txt_wrap { float: none; }
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(1) .txt_wrap .txt { float: none; width: auto; padding-top: 22px; padding-left: 0; } }

.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .l_img_wrap { padding-bottom: 0; }
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .l_img_wrap .img_wrap_2 { position: absolute; right: 0; top: 130px; }
.nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .txt_wrap { width: 736px; padding-right: 64px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .l_img_wrap .img_wrap_1 { padding-left: 15px; }
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .l_img_wrap .img_wrap_2 { display: none; }
  .nBrand .section_expand .expand_wrap .expand_section:nth-of-type(2) .txt_wrap { width: auto; padding-right: 0; } }
.nBrand .section_visual { position: relative; overflow: hidden; }
.nBrand .section_visual.visionGT { padding-top: 108px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_visual.visionGT { padding-top: 0; } }
.nBrand .section_visual .l_tit_wrap { position: absolute; z-index: 1; padding-top: 110px; }
.nBrand .section_visual .l_tit_wrap .tit_wrap { position: relative; }
.nBrand .section_visual .l_tit_wrap .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; }
.nBrand .section_visual .l_tit_wrap .stit_wrap { position: relative; padding-top: 8px; }
.nBrand .section_visual .l_tit_wrap .stit_wrap .stit { font-family: 'HyundaiBold'; font-size: 42px; line-height: 62px; font-weight: normal; letter-spacing: 0; }
.nBrand .section_visual .l_tit_wrap .stit_wrap .stit .l_n_dot { position: absolute; }
.nBrand .section_visual .l_tit_wrap .stit_wrap .stit .n_dot { display: inline-block; margin-left: 4px; width: 10px; height: 10px; background: #e63312; margin-left: 6px; }
.nBrand .section_visual .l_tit_wrap .stit_wrap .stit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_visual .l_tit_wrap .stit_wrap .stit .n_dot { width: 2px; height: 2px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_visual .l_tit_wrap { position: static; padding: 0 30px 22px; }
  .nBrand .section_visual .l_tit_wrap .tit_wrap { display: inline; }
  .nBrand .section_visual .l_tit_wrap .tit_wrap .tit { display: inline; font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; }
  .nBrand .section_visual .l_tit_wrap .stit_wrap { display: inline; }
  .nBrand .section_visual .l_tit_wrap .stit_wrap .stit { display: inline; font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; }
  .nBrand .section_visual .l_tit_wrap .stit_wrap .stit .n_dot { width: 4px; height: 4px; } }
.nBrand .section_visual .l_img_wrap { position: relative; left: 50%; margin-left: -960px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_visual .l_img_wrap { left: 0; margin-left: 0; } }
.nBrand .section_type1 { position: relative; overflow: hidden; padding-top: 50px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type1 { padding-top: 25px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type1 .layout_box, .nBrand .section_type1 .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .section_type1 .vid_hero_wrap, .nBrand .section_type1 .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_type1 .l_stit_wrap, .nBrand .section_type1 .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_type1 .l_img_wrap, .nBrand .section_type1 .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_type1 .l_txt_wrap, .nBrand .section_type1 .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .section_type1 .l_list_wrap { padding: 0 30px; } }
.nBrand .section_type1 .tit_wrap { position: absolute; top: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type1 .tit_wrap { position: static; } }
.nBrand .section_type1 .tit_wrap .tit { position: relative; font-family: 'HyundaiBold'; font-size: 150px; line-height: 120px; font-weight: normal; letter-spacing: -0.25px; text-indent: -5px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type1 .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 43px; line-height: 1; font-weight: normal; letter-spacing: 0; white-space: nowrap; } }
.nBrand .section_type1 .tit_wrap .info { float: left; padding-right: 96px; }
.nBrand .section_type1 .tit_wrap .info .info_tit { margin: 20px 0 20px; font-family: 'HyundaiMedium'; font-size: 18px; line-height: 28px; font-weight: normal; text-transform: uppercase; }
.nBrand .section_type1 .tit_wrap .info .info_cont { font-family: 'HyundaiBold'; font-size: 60px; line-height: 26px; font-weight: normal; letter-spacing: -0.5px; }
.nBrand .section_type1 .tit_wrap .info .info_cont .n_point { color: #aacae6; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type1 .tit_wrap .info { float: left; padding-right: 30px; }
  .nBrand .section_type1 .tit_wrap .info .info_tit { margin: 15px 0 10px; font-family: 'HyundaiMedium'; font-size: 12px; line-height: 13px; font-weight: normal; }
  .nBrand .section_type1 .tit_wrap .info .info_cont { font-family: 'HyundaiBold'; font-size: 22px; line-height: 13px; font-weight: normal; letter-spacing: -0.25px; }
  .nBrand .section_type1 .tit_wrap .info .info_cont .n_point { color: #aacae6; } }
.nBrand .section_type1 .img_section_type1_wrap { position: relative; left: 50%; margin-left: -960px; padding-top: 35px; z-index: -1; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type1 .img_section_type1_wrap { left: 0; margin: 0; } }
.nBrand .section_type1 .txt_wrap { position: absolute; left: 0; right: 0; bottom: 100px; }
.nBrand .section_type1 .txt_wrap .txt { width: 736px; margin: 0 auto; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type1 .txt_wrap { position: static; margin-top: -46.875%; padding: 0 30px 0; }
  .nBrand .section_type1 .txt_wrap .txt { width: auto; margin: 0; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.nBrand .section_type2 { padding-top: 53px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 { padding: 0 0 18px; } }
.nBrand .section_type2.projectRM .l_img_wrap { text-align: center; }
.nBrand .section_type2.projectRM .l_img_wrap .img_wrap_1 { margin: 0; }
.nBrand .section_type2.projectRM .l_img_wrap .img_wrap_1 > figure { position: relative; }
.nBrand .section_type2.projectRM .l_img_wrap .img_wrap_1 .n_box { position: absolute; top: 50%; right: -15px; margin-top: -90px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2.projectRM .l_img_wrap { padding-bottom: 0; }
  .nBrand .section_type2.projectRM .l_list_wrap .list .list_box .cont_wrap .list_cont { padding-top: 5px; }
  .nBrand .section_type2.projectRM .txt_wrap .txt { padding-top: 0; display: inline; } }
.nBrand .section_type2.visionGT .l_img_wrap { padding-bottom: 210px; }
.nBrand .section_type2.visionGT .l_img_wrap .img_wrap_2 .n_box { top: -90px; }
.nBrand .section_type2.visionGT .list_wrap { padding: 22px 64px 0 96px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2.visionGT .l_img_wrap { padding-bottom: 20px; padding-left: 0; padding-right: 15px; }
  .nBrand .section_type2.visionGT .l_img_wrap .img_wrap_2 { left: 15px; right: 0; }
  .nBrand .section_type2.visionGT .list_wrap { padding: 20px 30px 0; }
  .nBrand .section_type2.visionGT .list_wrap .list .list_num { position: absolute; }
  .nBrand .section_type2.visionGT .list_wrap .list .cont_wrap .list_tit { text-indent: 27px; } }
.nBrand .section_type2 .tit_wrap { padding: 65px 64px 35px 96px; }
.nBrand .section_type2 .tit_wrap .tit { position: relative; font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; }
.nBrand .section_type2 .tit_wrap .tit .l_n_dot { position: absolute; }
.nBrand .section_type2 .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 4px; }
.nBrand .section_type2 .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .tit_wrap .tit .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .tit_wrap { padding: 0 30px; }
  .nBrand .section_type2 .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; }
  .nBrand .section_type2 .tit_wrap .tit .l_n_dot { position: absolute; }
  .nBrand .section_type2 .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 5px; height: 5px; background: #e63312; margin-left: 4px; }
  .nBrand .section_type2 .tit_wrap .tit .n_dot.red { background: #e63312; } }
@media screen and (max-width: 740px) and (min-width: 0) and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .tit_wrap .tit .n_dot { margin-left: 2px; } }

.nBrand .section_type2 .txt_wrap { padding: 0 96px 72px 96px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .txt_wrap { padding: 0 30px; } }
.nBrand .section_type2 .txt_wrap .txt { box-sizing: border-box; float: left; width: 50%; padding-left: 32px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
.nBrand .section_type2 .txt_wrap .txt:first-child { padding-left: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .txt_wrap { padding: 18px 30px 23px; }
  .nBrand .section_type2 .txt_wrap .txt { float: none; width: auto; padding: 23px 0 0; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; letter-spacing: 0; }
  .nBrand .section_type2 .txt_wrap .txt:first-child { padding-top: 0; } }
.nBrand .section_type2 .l_img_wrap { position: relative; }
.nBrand .section_type2 .l_img_wrap .img_wrap_1 { position: relative; margin-left: -400px; }
.nBrand .section_type2 .l_img_wrap .img_wrap_2 { position: absolute; top: 270px; left: 96px; }
.nBrand .section_type2 .l_img_wrap .img_wrap_2 .n_box { position: absolute; top: 50%; right: -90px; margin-top: -90px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .l_img_wrap { position: relative; padding-bottom: 20px; padding-left: 15px; }
  .nBrand .section_type2 .l_img_wrap .img_wrap_1 { position: relative; margin-left: 0; }
  .nBrand .section_type2 .l_img_wrap .img_wrap_2 { position: absolute; top: 20px; left: 0; right: 20px; }
  .nBrand .section_type2 .l_img_wrap .n_box { display: none; } }
.nBrand .section_type2 .list_wrap { padding: 33px 64px 0 96px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .list_wrap { padding: 20px 30px 0 30px; } }
.nBrand .section_type2 .list_wrap .list_box { float: left; width: 50%; padding-right: 32px; }
.nBrand .section_type2 .list_wrap .list_box .list { padding: 20px 0 15px; }
.nBrand .section_type2 .list_wrap .list_box .list .list_num { float: left; width: 30px; height: 30px; margin-right: 8px; border-radius: 50%; background: #04478b; font-family: 'HyundaiBold'; font-size: 14px; line-height: 30px; font-weight: normal; color: #fff; text-align: center; vertical-align: middle; }
.nBrand .section_type2 .list_wrap .list_box .list .cont_wrap { overflow: hidden; }
.nBrand .section_type2 .list_wrap .list_box .list .cont_wrap .list_tit { font-weight: normal; color: #04478b; font-family: 'HyundaiBold'; font-size: 16px; line-height: 26px; font-weight: normal; text-transform: uppercase; }
.nBrand .section_type2 .list_wrap .list_box .list .cont_wrap .list_cont { padding-top: 9px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .list_wrap .list_box { float: none; width: auto; }
  .nBrand .section_type2 .list_wrap .list_box .list { padding: 8px 0; }
  .nBrand .section_type2 .list_wrap .list_box .list .list_num { width: 20px; height: 20px; margin-right: 6px; font-family: 'HyundaiBold'; font-size: 12px; line-height: 20px; font-weight: normal; }
  .nBrand .section_type2 .list_wrap .list_box .list .cont_wrap .list_tit { font-weight: normal; color: #04478b; font-family: 'HyundaiBold'; font-size: 14px; line-height: 18px; font-weight: normal; letter-spacing: 1px; }
  .nBrand .section_type2 .list_wrap .list_box .list .cont_wrap .list_cont { padding-top: 10px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; } }
.nBrand .section_type2 .l_img_info_wrap { position: absolute; right: 20px; bottom: 20px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .l_img_info_wrap { display: none; } }
.nBrand .section_type2 .l_img_info_wrap.mobile { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .l_img_info_wrap.mobile { display: block; position: static; padding: 15px 15px 0; } }
.nBrand .section_type2 .l_img_info_wrap .info_wrap { display: table; table-layout: fixed; width: 270px; }
.nBrand .section_type2 .l_img_info_wrap .info_wrap .tit, .nBrand .section_type2 .l_img_info_wrap .info_wrap .cont { display: table-cell; color: #fff; font-family: 'HyundaiBold'; font-size: 16px; line-height: 28px; font-weight: normal; }
.nBrand .section_type2 .l_img_info_wrap .info_wrap .cont { width: 33.333%; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type2 .l_img_info_wrap { position: static; }
  .nBrand .section_type2 .l_img_info_wrap .img_info_wrap { padding: 20px; background: #ebebeb; }
  .nBrand .section_type2 .l_img_info_wrap .info_wrap { width: 100%; }
  .nBrand .section_type2 .l_img_info_wrap .info_wrap .tit, .nBrand .section_type2 .l_img_info_wrap .info_wrap .cont { font-size: 12px; line-height: 19px; letter-spacing: 0; font-weight: normal; color: #000; } }
.nBrand .section_type3 { position: relative; padding-top: 130px; }
.nBrand .section_type3.projectRM { padding-top: 94px; padding-bottom: 0; border-top: 1px solid transparent; }
.nBrand .section_type3.projectRM .tit_wrap, .nBrand .section_type3.projectRM .txt_wrap { position: absolute; z-index: 1; }
.nBrand .section_type3.projectRM .tit_wrap { top: 70px; margin: 0; padding-top: 0; margin-top: 0; }
.nBrand .section_type3.projectRM .txt_wrap { top: 340px; width: 768px; padding: 0; }
.nBrand .section_type3.projectRM .txt_wrap .txt { width: auto; }
.nBrand .section_type3.projectRM .l_img_wrap { padding: 0; margin-top: -70px; left: 50%; margin-left: -960px; }
.nBrand .section_type3.projectRM .l_img_wrap .img_wrap_1 { position: static; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type3.projectRM .tit_wrap { top: 0; }
  .nBrand .section_type3.projectRM .tit_wrap .tit br { display: none; }
  .nBrand .section_type3.projectRM .txt_wrap { position: static; width: auto; padding: 23px 30px; }
  .nBrand .section_type3.projectRM .l_img_wrap { left: auto; margin-left: 0; border-top: 1px solid transparent; }
  .nBrand .section_type3.projectRM .l_img_wrap .img_wrap_1 { position: relative; left: 0; z-index: -1; margin-top: -35%; } }
@media screen and (max-width: 550px) and (min-width: 0) { .nBrand .section_type3.projectRM .l_img_wrap .img_wrap_1 { margin-top: -21.875%; } }
@media screen and (max-width: 400px) and (min-width: 0) { .nBrand .section_type3.projectRM .l_img_wrap .img_wrap_1 { margin-top: 0; } }
.nBrand .section_type3.visionGT { padding-bottom: 145px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type3.visionGT { padding-bottom: 68px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type3 { padding: 31px 0 68px; } }
.nBrand .section_type3 .tit_wrap { position: absolute; z-index: 1; padding-top: 80px; width: 100%; }
.nBrand .section_type3 .tit_wrap .tit { position: relative; width: 100%; background: rgba(255, 255, 255, 0.01); font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; }
.nBrand .section_type3 .tit_wrap .tit .l_n_dot { position: absolute; }
.nBrand .section_type3 .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 4px; }
.nBrand .section_type3 .tit_wrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type3 .tit_wrap .tit .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type3 .tit_wrap { position: static; z-index: 1; padding: 0 30px 30px; }
  .nBrand .section_type3 .tit_wrap .tit { font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; }
  .nBrand .section_type3 .tit_wrap .tit .l_n_dot { position: absolute; }
  .nBrand .section_type3 .tit_wrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 4px; }
  .nBrand .section_type3 .tit_wrap .tit .n_dot.red { background: #e63312; } }
@media screen and (max-width: 740px) and (min-width: 0) and (max-width: 740px) and (min-width: 0) { .nBrand .section_type3 .tit_wrap .tit .n_dot { width: 5px; height: 5px; margin-left: 2px; } }

.nBrand .section_type3 .l_img_wrap { position: relative; padding: 270px 0 0 96px; }
.nBrand .section_type3 .l_img_wrap .img_wrap_1 { position: absolute; top: 0; right: -400px; }
.nBrand .section_type3 .l_img_wrap .img_wrap_2 { display: inline-block; position: relative; }
.nBrand .section_type3 .l_img_wrap .img_wrap_2 .img_sec3_2 { position: relative; top: 0; }
.nBrand .section_type3 .l_img_wrap .img_wrap_2 .n_box { position: absolute; left: -90px; top: 230px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type3 .l_img_wrap { padding: 0; }
  .nBrand .section_type3 .l_img_wrap .img_wrap_1 { right: 0; left: 20px; }
  .nBrand .section_type3 .l_img_wrap .img_wrap_1 .img_sec3_1 { position: static; }
  .nBrand .section_type3 .l_img_wrap .img_wrap_2 { padding: 20px 15px 0 0; }
  .nBrand .section_type3 .l_img_wrap .img_wrap_2 .n_box { display: none; } }
.nBrand .section_type3 .txt_wrap { width: 736px; margin: 0 auto; padding: 60px 0 0; }
.nBrand .section_type3 .txt_wrap .txt { float: left; width: 50%; line-height: 26px; padding-left: 32px; }
.nBrand .section_type3 .txt_wrap .txt:first-child { padding-left: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_type3 .txt_wrap { display: block; width: auto; margin: 0; padding: 23px 30px; }
  .nBrand .section_type3 .txt_wrap .txt { display: block; width: auto; line-height: 26px; padding-top: 25px; padding-left: 0; }
  .nBrand .section_type3 .txt_wrap .txt:first-child { padding-top: 0; }
  .nBrand .section_type3 .txt_wrap .space { display: none; } }
.nBrand .interiorSection { overflow: hidden; padding-top: 10px; }
.nBrand .interiorSection .layout_box .sectionWrap, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap { padding-top: 320px; position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .interiorSection .layout_box .sectionWrap, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap { padding-top: 15px; } }
.nBrand .interiorSection .layout_box .sectionWrap .imageMotion, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageMotion, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageMotion { position: absolute; top: 112px; left: -191px; z-index: 2; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .interiorSection .layout_box .sectionWrap .imageMotion, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageMotion, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageMotion, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageMotion, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageMotion { position: static; box-sizing: border-box; padding-left: 15px; } }
.nBrand .interiorSection .layout_box .sectionWrap .tit, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit { position: absolute; z-index: 4; font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; color: #000000; top: 0; left: 382px; width: 736px; }
.nBrand .interiorSection .layout_box .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit .l_n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit .l_n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit .l_n_dot { position: absolute; }
.nBrand .interiorSection .layout_box .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit .n_dot, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 4px; }
.nBrand .interiorSection .layout_box .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit .n_dot.red, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit .n_dot.red, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .interiorSection .layout_box .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit .n_dot, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit .n_dot, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit .n_dot, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .interiorSection .layout_box .sectionWrap .tit, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .tit, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .tit, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .tit, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .tit { position: static; font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; width: 100%; box-sizing: border-box; padding: 0 30px 22px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .interiorSection .layout_box .sectionWrap .imageSection, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageSection, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageSection, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageSection, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageSection, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageSection, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageSection, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageSection, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageSection, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageSection, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageSection { position: relative; padding-bottom: 20px; } }
.nBrand .interiorSection .layout_box .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageSection .bgImage { position: relative; max-width: 1920px; margin-left: -960px; left: 50%; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .interiorSection .layout_box .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .imageSection .bgImage, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .imageSection .bgImage, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .imageSection .bgImage { position: absolute; max-width: 100%; width: 100%; margin-left: 0; left: 0; top: 20px; box-sizing: border-box; padding-right: 15px; z-index: 3; } }
.nBrand .interiorSection .layout_box .sectionWrap .n_box, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .n_box, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .n_box { position: absolute; left: -281px; top: 534px; z-index: 3; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .interiorSection .layout_box .sectionWrap .n_box, .nBrand .interiorSection .section_hero .hero_wrap2 .vid_hero_wrap .sectionWrap .n_box, .nBrand .section_hero .hero_wrap2 .interiorSection .vid_hero_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_stit_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_stit_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_img_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_img_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_txt_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_txt_wrap .sectionWrap .n_box, .nBrand .interiorSection .section_expand .expand_wrap .expand_section .l_list_wrap .sectionWrap .n_box, .nBrand .section_expand .expand_wrap .expand_section .interiorSection .l_list_wrap .sectionWrap .n_box { display: none; } }
.nBrand .section_hightlights { clear: both; position: relative; width: 100%; margin-top: 160px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hightlights { margin-top: 65px; } }
.nBrand .section_hightlights .section_wrap { position: relative; left: 50%; margin-left: -960px; width: 1920px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hightlights .section_wrap { width: 100%; margin-left: 0; left: auto; } }
.nBrand .section_hightlights .section_wrap .text_point { position: absolute; width: 1120px; left: 50%; margin-left: -560px; top: auto; margin-top: -230px; font-family: 'HyundaiBold'; font-size: 200px; line-height: 200px; font-weight: normal; letter-spacing: -2px; color: #fff; }
.nBrand .section_hightlights .section_wrap .text_point .l_n_dot { position: absolute; }
.nBrand .section_hightlights .section_wrap .text_point .n_dot { display: inline-block; margin-left: 4px; width: 35px; height: 35px; background: #000; margin-left: 4px; }
.nBrand .section_hightlights .section_wrap .text_point .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hightlights .section_wrap .text_point .n_dot { margin-left: 2px; } }
.nBrand .section_hightlights .section_wrap .text_point .red { color: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hightlights .section_wrap .text_point { width: 255px; margin-left: -127.5px; margin-top: -43px; font-size: 45px; line-height: 1; font-weight: normal; letter-spacing: 0; }
  .nBrand .section_hightlights .section_wrap .text_point .n_dot { width: 8px; height: 8px; } }
.nBrand .section_hightlights .section_wrap .text_point2 { position: absolute; width: 1150px; left: 50%; margin-left: -560px; top: auto; margin-top: -277px; font-family: 'HyundaiBold'; font-size: 190px; line-height: 190px; font-weight: normal; letter-spacing: -1.9px; color: #fff; }
.nBrand .section_hightlights .section_wrap .text_point2 > div { background: rgba(255, 255, 255, 0.01); }
.nBrand .section_hightlights .section_wrap .text_point2 .l_n_dot { position: absolute; }
.nBrand .section_hightlights .section_wrap .text_point2 .n_dot { display: inline-block; margin-left: 4px; width: 35px; height: 35px; background: #000; margin-left: 4px; }
.nBrand .section_hightlights .section_wrap .text_point2 .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hightlights .section_wrap .text_point2 .n_dot { margin-left: 2px; } }
.nBrand .section_hightlights .section_wrap .text_point2 .red { color: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_hightlights .section_wrap .text_point2 { width: 270px; margin-left: -127.5px; margin-top: -66px; font-size: 45px; line-height: 1; font-weight: normal; letter-spacing: 0; }
  .nBrand .section_hightlights .section_wrap .text_point2 .n_dot { width: 8px; height: 8px; } }
.nBrand .section_imgpos { clear: both; position: relative; width: 100%; margin: 0; padding: 0; }
.nBrand .section_imgpos:after { content: ""; display: block; width: 100%; height: 0; clear: both; }
.nBrand .section_imgpos .pc-block { display: block; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .pc-block { display: inline; } }
.nBrand .section_imgpos .section_wrap { position: relative; left: 50%; margin-left: -960px; width: 1920px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap { width: 100%; margin-left: 0; left: auto; } }
.nBrand .section_imgpos .section_wrap .type { width: 100%; position: relative; }
.nBrand .section_imgpos .section_wrap .type.type_full .img_wrap { position: relative; z-index: 0; }
.nBrand .section_imgpos .section_wrap .type.type_full .img_wrap.img01 { margin: -155px 0 0 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type_full .img_wrap.img01 { margin: 0; } }
.nBrand .section_imgpos .section_wrap .type.type_full .img_wrap.img02 { margin: 0; width: 100%; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap { position: relative; z-index: 1; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap .red { color: #e63312; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 { font-family: 'HyundaiBold'; font-size: 150px; line-height: 150px; font-weight: normal; width: 1120px; margin: -143px auto 0; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .l_n_dot { position: absolute; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .n_dot { display: inline-block; margin-left: 4px; width: 27px; height: 27px; background: #000; margin-left: 4px; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .n_dot { margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 { font-family: 'HyundaiBold'; font-size: 45px; line-height: 40px; font-weight: normal; width: auto; margin: 0; padding: 48px 30px 23px; }
  .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01 .n_dot { width: 8px; height: 8px; } }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n { font-family: 'HyundaiBold'; font-size: 150px; line-height: 150px; font-weight: normal; width: 1120px; margin: -143px auto 0; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .l_n_dot { position: absolute; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .n_dot { display: inline-block; margin-left: 4px; width: 27px; height: 27px; background: #000; margin-left: 4px; }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .n_dot { margin-left: 2px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n { font-family: 'HyundaiBold'; font-size: 45px; line-height: 40px; font-weight: normal; width: auto; margin: 0; padding: 48px 30px 23px; }
  .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n .n_dot { width: 8px; height: 8px; } }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n + .img_wrap.img01 { margin: -305px 0 0 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt01n + .img_wrap.img01 { margin: -40px 0 0 0; } }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02 { font-family: 'HyundaiBold'; font-size: 110px; line-height: 100px; font-weight: normal; position: absolute; left: 50%; bottom: 157px; width: 1120px; margin-left: -560px; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02 { font-size: 35px; line-height: 1; font-weight: normal; left: 0; bottom: 30px; width: auto; padding: 0 30px; margin: 0; } }
.nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02n { font-family: 'HyundaiBold'; font-size: 120px; line-height: 110px; font-weight: normal; position: absolute; left: 50%; top: 151px; width: 1120px; margin-left: -560px; color: #000; }
@media screen and (min-width: 741px) { .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02n .mobile-only { display: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02n { font-size: 35px; line-height: 1; font-weight: normal; left: 0; top: 30px; width: auto; padding: 0 30px; margin: 0; }
  .nBrand .section_imgpos .section_wrap .type.type_full .txt_wrap.txt02n .mobile-hidden { display: none; } }
.nBrand .section_imgpos .section_wrap .type.type01 { height: 1970px; }
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap { position: absolute; top: 50%; left: 50%; }
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img01 { margin: -791px 0 0 463px; z-index: 0; }
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img02 { margin: -1352px 0 0 -70px; z-index: 1; }
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img03 { margin: -1256px 0 0 -640px; z-index: 1; }
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img04 { margin: -305px 0 0 -390px; z-index: 1; }
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img05 { margin: 170px 0 0 -950px; z-index: 0; }
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img06 { margin: -409px 0 0 26px; z-index: 2; }
.nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img07 { margin: 295px 0 0 186px; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap { position: relative; top: auto; left: auto; }
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img01 { display: none; margin: 0; }
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img02 { margin: -50px 0 0 0; padding: 0 0 0 35.5%; }
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img03 { margin: 15% 0 0 0; padding: 0 12.5% 0 0; }
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img04 { margin: 15% 0 0 0; padding: 0 0 0 12.5%; }
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img05 { margin: -30% 0 0 0; padding: 0 20.31% 0 0; }
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img06 { margin: -20% 0 0 0; padding: 0 0 0 20.31%; }
  .nBrand .section_imgpos .section_wrap .type.type01 .img_wrap.img07 { margin: 13% 0 0 0; padding: 0 12.5% 0 0; } }
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap { position: absolute; top: 50%; left: 50%; }
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap .red { color: #e63312; }
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt01 { font-family: 'HyundaiBold'; font-size: 60px; line-height: 60px; font-weight: normal; letter-spacing: -0.6px; -o-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin: -381px 0 0 -688px; z-index: 3; width: 376px; height: 120px; }
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt02 { font-family: 'HyundaiBold'; font-size: 20px; line-height: 28px; font-weight: normal; margin: 54px 0 0 220px; width: 260px; z-index: 3; }
.nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt03 { font-family: 'HyundaiBold'; font-size: 20px; line-height: 28px; font-weight: normal; margin: 64px 0 0 187px; width: 400px; z-index: 3; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap { position: relative; top: auto; left: auto; }
  .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt01 { font-family: 'HyundaiBold'; font-size: 30px; line-height: 30px; font-weight: normal; position: absolute; width: 100%; height: auto; right: 28.7%; top: auto; margin: 53.125% 0 0 0; letter-spacing: -0.15px; }
  .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt02 { font-family: 'HyundaiBold'; font-size: 15px; line-height: 20px; font-weight: normal; margin: 0; padding: 9% 25% 0 16.5625%; width: auto; }
  .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt03 { font-family: 'HyundaiBold'; font-size: 14px; line-height: 21px; font-weight: normal; margin: 0; padding: 7.725% 9.375% 0 9.375%; width: auto; }
  .nBrand .section_imgpos .section_wrap .type.type01 .txt_wrap.txt03 + .img_wrap.img04 { margin-top: 6.7%; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type01 { height: auto; } }
.nBrand .section_imgpos .section_wrap .type.type02 { position: relative; width: 100%; height: 745px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type02 { height: auto; } }
.nBrand .section_imgpos .section_wrap .type.type02 .img_wrap { position: absolute; z-index: 0; }
.nBrand .section_imgpos .section_wrap .type.type02 .img_wrap.img01 { width: 81%; padding: 0 2.86% 0 16.14%; top: -206px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type02 .img_wrap { position: relative; }
  .nBrand .section_imgpos .section_wrap .type.type02 .img_wrap.img01 { width: 100%; padding: 0; top: auto; } }
.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap { position: absolute; z-index: 3; }
.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 { left: 495px; top: 98px; color: #fff; }
.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 .tit { font-family: 'HyundaiMedium'; font-size: 90px; line-height: 80px; font-weight: normal; letter-spacing: -0.9px; }
.nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 .desc { padding: 19px 0 0 0; font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap { position: relative; }
  .nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 { left: auto; top: auto; color: #000; padding: 16.5px 30px 28.5px; }
  .nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 .tit { font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; }
  .nBrand .section_imgpos .section_wrap .type.type02 .txt_wrap.txt01 .desc { padding: 8px 0 0 0; font-family: 'HyundaiBold'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.nBrand .section_imgpos .section_wrap .type.type03 { position: relative; width: 100%; height: 1311px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type03 { height: auto; } }
.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap { position: absolute; z-index: 0; }
.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img01 { width: 76.4%; padding: 0 19% 0 4.6%; top: 0; z-index: 1; }
.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img02 { width: 55%; padding: 0 5.36% 0 39.64%; top: 240px; }
.nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img03 { width: 40%; padding: 0 35.78% 0 24.22%; top: 912px; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type03 .img_wrap { position: relative; }
  .nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img01 { width: 100%; padding: 0; top: auto; }
  .nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img02 { display: none; }
  .nBrand .section_imgpos .section_wrap .type.type03 .img_wrap.img03 { display: none; } }
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap { position: absolute; z-index: 3; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap { position: relative; } }
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 { left: 1066px; top: 64px; width: 460px; color: #fff; }
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 .tit { font-family: 'HyundaiMedium'; font-size: 90px; line-height: 80px; font-weight: normal; }
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 .desc { padding: 19px 0 0 0; font-family: 'HyundaiBold'; font-size: 20px; line-height: 24px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 { left: auto; top: auto; width: auto; color: #000; padding: 16.5px 30px 28.5px; }
  .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 .tit { font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; }
  .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01 .desc { width: auto; padding: 8px 0 0 0; font-family: 'HyundaiBold'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a { left: auto; right: 436px; top: 64px; width: 460px; color: #fff; }
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a .tit { font-family: 'HyundaiMedium'; font-size: 90px; line-height: 80px; font-weight: normal; }
.nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a .desc { padding: 19px 0 0 0; font-family: 'HyundaiBold'; font-size: 20px; line-height: 24px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a { left: auto; right: auto; top: auto; width: auto; color: #000; padding: 16.5px 30px 28.5px; }
  .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a .tit { font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; }
  .nBrand .section_imgpos .section_wrap .type.type03 .txt_wrap.txt01a .desc { width: auto; padding: 8px 0 0 0; font-family: 'HyundaiBold'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.nBrand .section_imgpos .section_wrap .type.type04 { position: relative; width: 100%; height: 988px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type04 { height: auto; } }
.nBrand .section_imgpos .section_wrap .type.type04 .img_wrap { position: absolute; z-index: 0; }
.nBrand .section_imgpos .section_wrap .type.type04 .img_wrap.img01 { width: 20.3125%; padding: 0 79.6875% 0 0; top: -23px; }
.nBrand .section_imgpos .section_wrap .type.type04 .img_wrap.img02 { width: 82.5%; padding: 0 0 0 17.5%; top: 122px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type04 .img_wrap { position: relative; }
  .nBrand .section_imgpos .section_wrap .type.type04 .img_wrap.img01 { display: none; }
  .nBrand .section_imgpos .section_wrap .type.type04 .img_wrap.img02 { width: 100%; padding: 0; top: auto; } }
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap { position: absolute; z-index: 3; }
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 { left: 400px; bottom: 157px; width: 480px; color: #fff; }
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .tit { font-family: 'HyundaiMedium'; font-size: 90px; line-height: 80px; font-weight: normal; }
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .desc { padding: 19px 0 16px 0; font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; }
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play { position: relative; display: inline-block; padding: 0 36px 0 0; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 22px; font-weight: normal; color: #fff; text-decoration: underline; }
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play:after { content: ""; position: absolute; display: block; width: 20px; height: 20px; right: 0; top: 1px; background: #e63312; z-index: 2; }
.nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play:before { position: absolute; right: 7px; top: 7px; content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 6px; border-color: transparent transparent transparent #ffffff; line-height: 0px; z-index: 3; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap { position: relative; }
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 { left: auto; bottom: auto; color: #000; width: auto; padding: 16.5px 30px 30px; }
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .tit { font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; }
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .desc { padding: 8px 0 8.5px 0; font-family: 'HyundaiBold'; font-size: 14px; line-height: 21px; font-weight: normal; }
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play { padding: 0 23px 0 0; font-family: 'HyundaiMedium'; font-size: 12px; line-height: 12px; font-weight: normal; color: #000; }
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play:after { width: 15px; height: 15px; top: 0px; }
  .nBrand .section_imgpos .section_wrap .type.type04 .txt_wrap.txt01 .link_play:before { right: 4px; top: 4px; border-width: 3.5px 0 3.5px 6px; } }

.nBrand .slideGalleryBox { padding-top: 118px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox { padding-top: 30px; } }
.nBrand .slideGalleryBox.projectRM { padding-bottom: 150px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox.projectRM { padding-bottom: 72px; } }
.nBrand .slideGalleryBox .slideGalleryBoxWrap { position: relative; }
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList { position: absolute; left: 50%; top: -45px; margin: 0 0 0 535px; width: 25px; height: 25px; background: #ea3115; }
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a { position: absolute; display: block; width: 100%; height: 100%; }
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a span.hidden { position: absolute; width: 0; height: 0; overflow: hidden; top: 0; left: 0; }
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a.list:before { content: ""; display: block; position: absolute; left: 7px; top: 0; width: 7px; height: 100%; border-left: 2px solid #fff; border-right: 2px solid #fff; }
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a.list:after { content: ""; display: block; position: absolute; left: 0; top: 7px; width: 100%; height: 7px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a.gallery { display: none; }
.nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList a.gallery:before { content: ""; display: block; position: absolute; left: 5px; top: 0; width: 11px; height: 100%; border-left: 2px solid #fff; border-right: 2px solid #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .slideGalleryBoxWrap .toggleList { display: none; } }
.nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .toggleList a.list { display: none; }
.nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .toggleList a.gallery { display: block; }
.nBrand .slideGalleryBox .tabNav ul { overflow: hidden; }
.nBrand .slideGalleryBox .tabNav ul li { float: left; width: 100%; height: 60px; display: table; text-align: center; background: #444444; }
.nBrand .slideGalleryBox .tabNav ul li a { position: relative; width: 100%; height: 100%; display: table-cell; vertical-align: middle; color: #ffffff; text-decoration: none; font-family: 'HyundaiMedium'; font-size: 14px; line-height: 19px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .tabNav ul li { height: 35px; }
  .nBrand .slideGalleryBox .tabNav ul li a { padding-bottom: 6px; font-family: 'HyundaiBold'; font-size: 12px; line-height: 12px; font-weight: normal; } }
.nBrand .slideGalleryBox .tabNav ul li.on { background: #e63312; }
.nBrand .slideGalleryBox .tabNav ul li.on a:after { content: ""; display: block; position: absolute; left: 50%; bottom: 12px; margin-left: -4px; width: 0; height: 0; border-style: solid; border-width: 4.5px 4px 0 4px; border-color: #ffffff transparent transparent transparent; line-height: 0px; _border-color: #ffffff #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .tabNav ul li.on a:after { bottom: 7.5px; } }
.nBrand .slideGalleryBox .tabNav ul.tab2 li { width: 50%; }
.nBrand .slideGalleryBox .tabNav ul.tab3 li { width: 33.33%; }
.nBrand .slideGalleryBox .tabNav ul.tab4 li { width: 25%; }
.nBrand .slideGalleryBox .tabNav ul.tab5 li { width: 20%; }
.nBrand .slideGalleryBox .galleryHeader { font-family: 'HyundaiBold'; font-size: 72px; line-height: 80px; font-weight: normal; width: 928px; margin: 0 auto 31px; position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .galleryHeader { font-family: 'HyundaiBold'; font-size: 27px; line-height: 29px; font-weight: normal; width: 100%; margin: 0; padding: 0 30px 22px; } }
.nBrand .slideGalleryBox .galleryHeader .l_n_dot { position: absolute; }
.nBrand .slideGalleryBox .galleryHeader .n_dot { display: inline-block; margin-left: 4px; width: 15px; height: 15px; background: #e63312; margin-left: 10px; }
.nBrand .slideGalleryBox .galleryHeader .n_dot.red { background: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .galleryHeader .n_dot { width: 5px; height: 5px; margin-left: 2px; } }
.nBrand .slideGalleryBox .slideGallery { overflow: hidden; position: absolute; width: 100%; z-index: -999; display: block; top: 0; visibility: hidden; }
.nBrand .slideGalleryBox .slideGallery.gallery_1 { display: block; }
.nBrand .slideGalleryBox .slideGallery.on { position: relative; z-index: 5; visibility: visible; }
.nBrand .slideGalleryBox .slideGallery .layout_box .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap .leftPanel, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGallery .vid_hero_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_stit_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_img_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_txt_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_list_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .layout_box .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap .rightPanel, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGallery .vid_hero_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_stit_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_img_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_txt_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_list_wrap .rightPanel { position: absolute; width: 100%; height: 630px; top: 0; z-index: 5; background: #4d94dc; opacity: 0.5; }
.nBrand .slideGalleryBox .slideGallery .layout_box .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap .leftPanel, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGallery .vid_hero_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_stit_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_img_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_txt_wrap .leftPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap .leftPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_list_wrap .leftPanel { left: -100%; }
.nBrand .slideGalleryBox .slideGallery .layout_box .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap .rightPanel, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGallery .vid_hero_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_stit_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_img_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_txt_wrap .rightPanel, .nBrand .slideGalleryBox .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap .rightPanel, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGallery .l_list_wrap .rightPanel { right: -100%; }
.nBrand .slideGalleryBox .slideGallery .galleryImage ul { min-height: 630px; }
.nBrand .slideGalleryBox .slideGallery .galleryImage ul li { float: left; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .slideGallery .galleryImage ul { overflow: hidden; min-height: inherit; }
  .nBrand .slideGalleryBox .slideGallery .galleryImage ul li { position: static; float: left; } }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a { font-size: 0; width: 76px; height: 76px; background: #e63312; display: block; position: absolute; top: 50%; margin-top: -38px; background-color: #e63312; z-index: 3; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .slideGallery .galleryImage > a { width: 35px; height: 35px; background: #e63312; display: block; position: absolute; top: auto; bottom: 27px; background-color: #e63312; } }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.slick-disabled { display: none !important; }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.swiper-button-disabled { display: none; }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a span { height: 6.5px; background: #fff; width: 40px; display: block; position: relative; top: 50%; left: 50%; margin-top: -3px; margin-left: -20px; }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a span:before, .nBrand .slideGalleryBox .slideGallery .galleryImage > a span:after { display: block; position: absolute; height: 6px; width: 22px; background: #fff; content: ''; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .slideGallery .galleryImage > a span { height: 3px; background: #fff; width: 16px; display: block; position: relative; top: 50%; left: 50%; margin-top: -1.5px; margin-left: -8px; }
  .nBrand .slideGalleryBox .slideGallery .galleryImage > a span:before, .nBrand .slideGalleryBox .slideGallery .galleryImage > a span:after { display: block; position: absolute; height: 3px; width: 10px; background: #fff; content: ''; } }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev { left: 0; }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span { margin-left: -16px; }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span:before { -webkit-transform: rotate(45deg) skew(-45deg); -ms-transform: rotate(45deg) skew(-45deg); transform: rotate(45deg) skew(-45deg); top: 8px; left: -3px; }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span:after { -webkit-transform: rotate(-45deg) skew(45deg); -ms-transform: rotate(-45deg) skew(45deg); transform: rotate(-45deg) skew(45deg); top: -7px; left: -3px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span { margin-left: -8px; }
  .nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span:before { -webkit-transform: rotate(45deg) skew(-45deg); -ms-transform: rotate(45deg) skew(-45deg); transform: rotate(45deg) skew(-45deg); top: 3px; left: -3px; }
  .nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryPrev span:after { -webkit-transform: rotate(-45deg) skew(45deg); -ms-transform: rotate(-45deg) skew(45deg); transform: rotate(-45deg) skew(45deg); top: -3px; left: -3px; } }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext { right: 0; }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext span:before { -webkit-transform: rotate(135deg) skew(45deg); -ms-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); top: 8px; right: -3px; }
.nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext span:after { -webkit-transform: rotate(-135deg) skew(-45deg); -ms-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); top: -7px; right: -3px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext span:before { -webkit-transform: rotate(135deg) skew(45deg); -ms-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); top: 3px; right: -3px; }
  .nBrand .slideGalleryBox .slideGallery .galleryImage > a.galleryNext span:after { -webkit-transform: rotate(-135deg) skew(-45deg); -ms-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); top: -3px; right: -3px; } }
.nBrand .slideGalleryBox .slideGallery .navCounter { position: absolute; right: 0; bottom: 0; padding: 0 30px 25px 0; z-index: 5; color: #fff; font-family: 'HyundaiRegular'; font-size: 24px; line-height: 24px; font-weight: normal; text-align: right; }
.nBrand .slideGalleryBox .slideGallery .navCounter .swiper-pagination-current { font-family: 'HyundaiBold'; font-size: 24px; line-height: 24px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .slideGallery .navCounter { position: static; padding: 0; color: #000000; width: 100%; margin: 15px 0 20px; text-align: center; font-family: 'HyundaiRegular'; font-size: 12px; line-height: 12px; font-weight: normal; }
  .nBrand .slideGalleryBox .slideGallery .navCounter .currentNum { font-family: 'HyundaiMedium'; font-size: 12px; line-height: 12px; font-weight: normal; color: #e63312; } }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail { margin-top: 20px; position: relative; overflow: hidden; width: 1120px; background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAoAAD/7gAhQWRvYmUAZMAAAAABAwAQAwMGCQAAA28AAAOTAAAEdv/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBcSFBQUFBIXFxscHhwbFyQkJyckJDUzMzM1Ozs7Ozs7Ozs7OwENCwsNDg0QDg4QFA4PDhQUEBEREBQdFBQVFBQdJRoXFxcXGiUgIx4eHiMgKCglJSgoMjIwMjI7Ozs7Ozs7Ozs7/8IAEQgAWgRgAwEiAAIRAQMRAf/EAH0AAQEBAQEBAAAAAAAAAAAAAAABAgMEBwEBAAAAAAAAAAAAAAAAAAAAABABAQAAAAAAAAAAAAAAAAAAgKARAQAAAAAAAAAAAAAAAAAAAKASAQAAAAAAAAAAAAAAAAAAAIATAAMBAAMBAQEAAAAAAAAAAAABEUAgMFAQgHD/2gAMAwEAAhEDEQAAAPpAAAAAAAAAAOFUloigoiiKIoyok0MzUOwAAAAAAAAAOFUloigoiiKIoyok0MzUOwAAAAAAAAAOFUloigoiiKIoyok0MzUOwAAAAAAAAAAAAAAAAAAAOOpRVJVIoiiKIok1CTUJnUOoAAAAAAAAAOOpRVJVIoiiKIok1CTUJnUOoAAAAAAAAAOOpRVJVIoiiKIok1CTUJnUOoAAAAAAAAAAAAAAAAAAAOVlLVBSKIoiiKIsJNQzLDqAAAAAAAAADlZS1QUiiKIoiiLCTUMyw6gAAAAAAAAA5WUtUFIoiiKIoiwk1DMsOoAAAAAAAAAAAAAAAAAAAOVlNJS2CoKgqCoLAhCSw6gAAAAAAAAA5WU0lLYKgqCoKgsCEJLDqAAAAAAAAADlZTSUtgqCoKgqCwIQksOoAAAAAAAAAAAAAAAAAAAOOs0tg0gqCoKgqCoEBmw7AAAAAAAAAA46zS2DSCoKgqCoKgQGbDsAAAAAAAAADjrNLYNIKgqCoKgqBAZsOwAAAAAAAAAAAAAAAAAAAOFzTSDSCoKgqCoKgIEQ9AAAAAAAAAAOFzTSDSCoKgqCoKgIEQ9AAAAAAAAAAOFzTSDSCoKgqCoKgIEQ9AAAAAAAAAAP/9oACAECAAEFAVJ//9oACAEDAAEFAVJ//9oACAEBAAEFAakP/9oACAECAgY/AVJ//9oACAEDAgY/AVJ//9oACAEBAQY/AVIf/9oACAECAwE/EP1J/9oACAEDAwE/EP1J/9oACAEBAwE/EMsIQhCEIQhCEIQhCZ4QhCEIQhCEIQhCEzwhCEIQhCEIQhCEJ5S4whCEIQhCcXlXGEIQhCEITi8q4whCEIQhCcX5K4TrnB5VwnXODyrhOucH5KxvKsbyrG/JXxd7+PKvi738eVfF3v4/JQsLHlQsLHlQsLH5KxvKsbyrG/JWN5VjeVY35KxvKsbyrG/JXClKUpSlKUpeDyrhSlKUpSlKUvB5VwpSlKUpSlKXg/KpSl66Upc9KUvXSlLnpSl66Upf5F//2Q==") repeat-x; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .slideGallery .galleryThumbnail { display: none; } }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail .thumbWrap { width: 1120px; height: 90px; position: relative; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul { overflow: visible; position: relative; height: 90px; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul li { position: relative; float: left; cursor: pointer; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul li.on:after { content: ""; position: absolute; top: 0; left: 0; width: 160px; height: 90px; box-sizing: border-box; border: 10px solid #e63312; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul li img { max-width: 160px; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail ul li.empty { cursor: default; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a { font-size: 0; width: 30px; height: 30px; background: #e63312; display: block; position: absolute; top: 50%; margin-top: -15px; background-color: #e63312; z-index: 3; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.slick-disabled, .nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.slick-hidden { display: none !important; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a span:before, .nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a span:after { display: block; position: absolute; height: 3px; width: 9px; background: #fff; content: ''; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailPrev { left: 0; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailPrev span:before { -webkit-transform: rotate(45deg) skew(-45deg); -ms-transform: rotate(45deg) skew(-45deg); transform: rotate(45deg) skew(-45deg); top: 16px; left: 10px; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailPrev span:after { -webkit-transform: rotate(-45deg) skew(45deg); -ms-transform: rotate(-45deg) skew(45deg); transform: rotate(-45deg) skew(45deg); top: 10px; left: 10px; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailNext { right: 0; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailNext span:before { -webkit-transform: rotate(135deg) skew(45deg); -ms-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); top: 16px; right: 10px; }
.nBrand .slideGalleryBox .slideGallery .galleryThumbnail > a.galleryThumbnailNext span:after { -webkit-transform: rotate(-135deg) skew(-45deg); -ms-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); top: 10px; right: 10px; }
@media screen and (min-width: 741px) { .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .layout_box, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_hero .hero_wrap2 .vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .vid_hero_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .l_stit_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .l_img_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .l_txt_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .l_list_wrap { display: none; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .layout_box.galleryThumb, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_hero .hero_wrap2 .galleryThumb.vid_hero_wrap, .nBrand .section_hero .hero_wrap2 .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.vid_hero_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .galleryThumb.l_stit_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.l_stit_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .galleryThumb.l_img_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.l_img_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .galleryThumb.l_txt_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.l_txt_wrap, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .section_expand .expand_wrap .expand_section .galleryThumb.l_list_wrap, .nBrand .section_expand .expand_wrap .expand_section .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumb.l_list_wrap { display: block; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail { margin-top: 3px; background: none; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul { height: auto; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul li { width: 196px !important; margin-top: 32px; margin-left: 35px; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul li:nth-child(5n-4) { margin-left: 0; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul li img { max-width: 100%; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail ul li.on:after { display: none; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail .slick-list .slick-track { max-width: 100%; transform: none; }
  .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail .galleryThumbnailPrev, .nBrand .slideGalleryBox .slideGalleryBoxWrap.list_type .slideGallery .galleryThumbnail .galleryThumbnailNext { display: none !important; } }
.nBrand .slideGalleryBox .galleryText { padding-top: 53px; }
.nBrand .slideGalleryBox .galleryText p { width: 736px; margin: 0 auto; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .galleryText p { width: 100%; padding: 0 30px; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slideGalleryBox .galleryText { padding-top: 0; } }
.nBrand .gallerySpread { padding: 53px 0 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .gallerySpread { padding: 25px 0 0; } }
.nBrand .gallerySpread .textBlock { width: 672px; float: left; padding-left: 64px; }
.nBrand .gallerySpread .textBlock p { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; margin-bottom: 26px; }
.nBrand .gallerySpread .textBlock p:last-child { margin-bottom: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .gallerySpread .textBlock { width: 100%; float: none; padding: 0 30px; }
  .nBrand .gallerySpread .textBlock p { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; margin-bottom: 26px; }
  .nBrand .gallerySpread .textBlock p:last-child { margin-bottom: 0; } }
.nBrand .gallerySpread .imageBlock { float: right; padding-top: 44px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .gallerySpread .imageBlock { display: none; } }
.nBrand .gallerySpread .galleryWrap { position: relative; padding: 50px 0 235px; background-position: center top; background-repeat: no-repeat; opacity: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .gallerySpread .galleryWrap { padding: 30px 0 97px; } }
.nBrand .gallerySpread .galleryWrap .toggleList { position: absolute; left: 50%; top: 5px; margin: 0 0 0 535px; width: 25px; height: 25px; background: #ea3115; }
.nBrand .gallerySpread .galleryWrap .toggleList a { position: absolute; display: block; width: 100%; height: 100%; }
.nBrand .gallerySpread .galleryWrap .toggleList a span.hidden { position: absolute; width: 0; height: 0; overflow: hidden; top: 0; left: 0; }
.nBrand .gallerySpread .galleryWrap .toggleList a.list:before { content: ""; display: block; position: absolute; left: 7px; top: 0; width: 7px; height: 100%; border-left: 2px solid #fff; border-right: 2px solid #fff; }
.nBrand .gallerySpread .galleryWrap .toggleList a.list:after { content: ""; display: block; position: absolute; left: 0; top: 7px; width: 100%; height: 7px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
.nBrand .gallerySpread .galleryWrap .toggleList a.gallery { display: none; }
.nBrand .gallerySpread .galleryWrap .toggleList a.gallery:before { content: ""; display: block; position: absolute; left: 5px; top: 0; width: 11px; height: 100%; border-left: 2px solid #fff; border-right: 2px solid #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .gallerySpread .galleryWrap .toggleList { display: none; } }
.nBrand .gallerySpread .galleryWrap.list_type .toggleList a.list { display: none; }
.nBrand .gallerySpread .galleryWrap.list_type .toggleList a.gallery { display: block; }
.nBrand .gallerySpread .galleryWrap .galleryImage { min-height: 840px; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .gallerySpread .galleryWrap .galleryImage { display: none; } }
.nBrand .gallerySpread .galleryWrap .galleryImage ul { position: relative; margin: 0 64px; display: none; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul li { position: absolute; opacity: 0; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_1 { top: 60px; left: 0; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_2 { top: 130px; left: 416px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_3 { top: 0px; left: 704px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_4 { top: 336px; left: 32px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_5 { top: 509px; left: 320px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_6 { top: 509px; left: 608px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_1 { top: 0px; left: 192px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_2 { top: 0px; left: 608px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_3 { top: 286px; left: 32px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_4 { top: 286px; left: 320px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_5 { top: 380px; left: 608px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_6 { top: 656px; left: 416px; }

/* 20170219 add Start */
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_7 { top: 0px; left: 192px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_8 { top: 0px; left: 608px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_9 { top: 286px; left: 32px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_10 { top: 286px; left: 320px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_11 { top: 380px; left: 608px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_12 { top: 656px; left: 416px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_13 { top: 60px; left: 0; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_14 { top: 130px; left: 416px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_15 { top: 0px; left: 704px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_16 { top: 336px; left: 32px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_17 { top: 509px; left: 320px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_18 { top: 509px; left: 608px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_19 { top: 0px; left: 192px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_20 { top: 0px; left: 608px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_21 { top: 286px; left: 32px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_22 { top: 286px; left: 320px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_23 { top: 380px; left: 608px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeB li.thumb_24 { top: 656px; left: 416px; }
.nBrand .gallerySpread .galleryWrap .galleryImage ul.galleryTypeA li.thumb_25 { top: 60px; left: 0; }
/* //20170219 add End */

.nBrand .gallerySpread .galleryWrap .galleryImage ul:first-child { display: block; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a { font-size: 0; width: 64px; height: 64px; background: #e63312; display: block; position: absolute; top: 50%; margin-top: -32px; background-color: #e63312; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a span { height: 6px; background: #fff; width: 35px; display: block; position: relative; top: 50%; left: 50%; margin-top: -3px; margin-left: -19px; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a span:before, .nBrand .gallerySpread .galleryWrap .galleryImage > a span:after { display: block; position: absolute; height: 6px; width: 18px; background: #fff; content: ''; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadPrev { left: 0; display: none; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadPrev span { margin-left: -16px; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadPrev span:before { -webkit-transform: rotate(45deg) skew(-45deg); -ms-transform: rotate(45deg) skew(-45deg); transform: rotate(45deg) skew(-45deg); top: 6px; left: -3px; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadPrev span:after { -webkit-transform: rotate(-45deg) skew(45deg); -ms-transform: rotate(-45deg) skew(45deg); transform: rotate(-45deg) skew(45deg); top: -6px; left: -3px; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadNext { right: 0; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadNext span:before { -webkit-transform: rotate(135deg) skew(45deg); -ms-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); top: 6px; right: -3px; }
.nBrand .gallerySpread .galleryWrap .galleryImage > a.gallerySpreadNext span:after { -webkit-transform: rotate(-135deg) skew(-45deg); -ms-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); top: -6px; right: -3px; }
.nBrand .gallerySpread .galleryWrap .galleryImage .galleryDot { position: absolute; font-size: 0; text-align: center; bottom: -100px; width: 100%; }
.nBrand .gallerySpread .galleryWrap .galleryImage .galleryDot a { display: inline-block; width: 12px; height: 12px; margin: 0 4px; background-color: #c7c7c7; border-radius: 50% 50%; overflow: hidden; }
.nBrand .gallerySpread .galleryWrap .galleryImage .galleryDot a.on { background-color: #e63312; }
.nBrand .gallerySpread .galleryWrap .galleryLayer { position: absolute; top: 50%; margin-top: -315px; z-index: 21; display: none; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a { font-size: 0; width: 76px; height: 76px; background: #e63312; display: block; position: absolute; top: 50%; margin-top: -38px; background-color: #e63312; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a span { height: 6px; background: #fff; width: 35px; display: block; position: relative; top: 50%; left: 50%; margin-top: -3px; margin-left: -19px; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a span:before, .nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a span:after { display: block; position: absolute; height: 6px; width: 18px; background: #fff; content: ''; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadPrev { left: 0; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadPrev span { margin-left: -16px; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadPrev span:before { -webkit-transform: rotate(45deg) skew(-45deg); -ms-transform: rotate(45deg) skew(-45deg); transform: rotate(45deg) skew(-45deg); top: 6px; left: -3px; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadPrev span:after { -webkit-transform: rotate(-45deg) skew(45deg); -ms-transform: rotate(-45deg) skew(45deg); transform: rotate(-45deg) skew(45deg); top: -6px; left: -3px; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadNext { right: 0; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadNext span:before { -webkit-transform: rotate(135deg) skew(45deg); -ms-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); top: 6px; right: -3px; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadNext span:after { -webkit-transform: rotate(-135deg) skew(-45deg); -ms-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); top: -6px; right: -3px; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose { right: 0; top: 0; margin-top: 0; width: 60px; height: 60px; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span { background: none; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); left: 5px; top: 0; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); left: 5px; top: 0; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span:before, .nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox > a.gallerySpreadClose span:after { width: 30px; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox .galleryLayerCounter { position: absolute; bottom: 0; right: 0; padding: 25px 30px; color: #fff; font-family: 'HyundaiRegular'; font-size: 24px; line-height: 24px; font-weight: normal; }
.nBrand .gallerySpread .galleryWrap .galleryLayer .galleryLayerBox .galleryLayerCounter .current { font-family: 'HyundaiBold'; font-size: 24px; line-height: 24px; font-weight: normal; }
.nBrand .gallerySpread .galleryWrap .galleryImageMobile, .nBrand .gallerySpread .galleryWrap .galleryMobileCounter { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .gallerySpread .galleryWrap .galleryImageMobile { display: block; position: relative; overflow: hidden; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a { font-size: 0; width: 35px; height: 35px; background: #e63312; display: block; position: absolute; bottom: 0; background-color: #e63312; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a span { height: 3px; background: #fff; width: 16px; display: block; position: relative; top: 50%; left: 50%; margin-top: -1.5px; margin-left: -8px; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a span:before, .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a span:after { display: block; position: absolute; height: 3px; width: 10px; background: #fff; content: ''; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadPrev { left: 0; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadPrev span:before { -webkit-transform: rotate(45deg) skew(-45deg); -ms-transform: rotate(45deg) skew(-45deg); transform: rotate(45deg) skew(-45deg); top: 3px; left: -3px; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadPrev span:after { -webkit-transform: rotate(-45deg) skew(45deg); -ms-transform: rotate(-45deg) skew(45deg); transform: rotate(-45deg) skew(45deg); top: -3px; left: -3px; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadNext { right: 0; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadNext span:before { -webkit-transform: rotate(135deg) skew(45deg); -ms-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); top: 3px; right: -3px; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile > a.gallerySpreadNext span:after { -webkit-transform: rotate(-135deg) skew(-45deg); -ms-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); top: -3px; right: -3px; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile ul { overflow: hidden; position: relative; }
  .nBrand .gallerySpread .galleryWrap .galleryImageMobile ul li { float: left; width: 100%; position: relative; }
  .nBrand .gallerySpread .galleryWrap .galleryMobileCounter { display: block; text-align: center; margin-top: 15px; color: #000000; font-family: 'HyundaiRegular'; font-size: 12px; line-height: 12px; font-weight: normal; }
  .nBrand .gallerySpread .galleryWrap .galleryMobileCounter span.current { color: #e63312; font-family: 'HyundaiMedium'; font-size: 12px; line-height: 12px; font-weight: normal; } }
@media screen and (min-width: 741px) { .nBrand .gallerySpread .galleryWrap.list_type { padding-bottom: 118px; }
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage { min-height: auto; width: 1155px; margin-left: -35px; }
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage .galleryTypeA, .nBrand .gallerySpread .galleryWrap.list_type .galleryImage .galleryTypeB { display: inline !important; }
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage ul { margin: 0; }
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage ul li { position: static; float: left; width: 196px !important; margin: 0; margin-bottom: 32px; margin-left: 35px !important; opacity: 1 !important; }
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage ul li img { max-width: 100%; }
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage > a.gallerySpreadPrev, .nBrand .gallerySpread .galleryWrap.list_type .galleryImage > a.gallerySpreadNext { display: none !important; }
  .nBrand .gallerySpread .galleryWrap.list_type .galleryImage .galleryDot { display: none !important; }
  .nBrand .gallerySpread .galleryWrap.list_type .galleryLayer { margin-top: -334px; } }

@media screen and (max-width: 740px) and (min-width: 0) { .nBrand .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
  .nBrand .slick-list { position: relative; display: block; margin: 0; padding: 0 !important; }
  .nBrand .slick-list:focus { outline: none; }
  .nBrand .slick-list.dragging { cursor: pointer; cursor: hand; }
  .nBrand .slick-slider .slick-track, .nBrand .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .nBrand .slick-track { position: relative; top: 0; left: 0; display: block; }
  .nBrand .slick-track:before, .nBrand .slick-track:after { display: table; content: ''; }
  .nBrand .slick-track:after { clear: both; }
  .nBrand .slick-loading .slick-track { visibility: hidden; }
  .nBrand .slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
  .nBrand [dir='rtl'] .slick-slide { float: right; }
  .nBrand .slick-slide img { display: block; }
  .nBrand .slick-slide.slick-loading img { display: none; }
  .nBrand .slick-slide.dragging img { pointer-events: none; }
  .nBrand .slick-initialized .slick-slide { display: block; }
  .nBrand .slick-loading .slick-slide { visibility: hidden; }
  .nBrand .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
  .nBrand .slick-arrow.slick-hidden { display: none; }
  .nBrand .slick-disabled { display: none !important; } }

@charset "UTF-8";
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd:after, .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list:after, .Motorsport .section_boxcontents .section_wrap .box_contents > ul:after, .Motorsport .section_image_txt .txt_wrap .social_list:after, .Motorsport .section_image_txt .txt_wrap .link_list:after, .Motorsport .section_image_txt .txt_wrap .link_list li:after, .Motorsport .section_image_txt .txt_wrap .link_list li .more:after, .Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list:after, .Motorsport .section_card .gallery_content .gallery_list:after, .Motorsport .section_card .card_wrap .card_bd:after { content: ''; display: block; clear: both; }

html.modal-on { overflow: hidden; }

.Motorsport.contentWrap .contTop { background-color: #fff; }

.Motorsport { background: #fff; overflow: hidden; }
.Motorsport .blind { position: absolute; left: 0; top: 0; width: 0; height: 0; overflow: hidden; }
@media screen and (min-width: 740px) { .Motorsport .enter_m { display: none; } }
.Motorsport .mobile-only { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .mobile-only { display: block; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .mobile-hidden { display: none; } }
.Motorsport .contTop { background-color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop { padding-top: 0; } }
.Motorsport .contTop .topArea .breadCrumb .active { color: #fff; }
.Motorsport .contTop .topVisualArea { padding: 0 0 90px 0; height: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea { padding: 0 0 70px 0; } }
.Motorsport .contTop .topVisualArea .topVisual { height: 900px; overflow: visible; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual { height: auto; padding: 0; padding-left: 30px; top: 35px; } }
.Motorsport .contTop .topVisualArea .topVisual .visual { width: 1232px; margin-left: -368px; }
.Motorsport .contTop .topVisualArea .topVisual .visual .responsive-image { width: 1328px !important; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .visual { width: auto; margin-left: 0; }
  .Motorsport .contTop .topVisualArea .topVisual .visual .responsive-image { width: 100% !important; } }
.Motorsport .contTop .topVisualArea .topVisual .titWrap { letter-spacing: -1px; padding-top: 90px; /*
.stit {
	@include font(32px, 36px,'m');
	max-width:none;
	letter-spacing:-0.25px;
	@include dot(10px, #000, 8px);
	@media screen and (max-width: 740px) and (min-width: 0) {
		@include font(15px, 17px,'m');
		max-width:none;
		margin-top:11px;
		letter-spacing:0;
	}
}
*/ }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .titWrap { width: auto; left: 28px; padding: 17px 22.5px 0; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .titWrap.mobile_white { color: #fff; } }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .ftit { max-width: 750px; padding-bottom: 8px; font-family: 'HyundaiMedium'; font-size: 60px; line-height: 68px; font-weight: normal; letter-spacing: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .titWrap .ftit { padding: 4px 0 0; font-family: 'HyundaiMedium'; font-size: 25px; line-height: 27px; font-weight: normal; letter-spacing: 0; } }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more { width: 100%; padding-top: 12px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .titWrap .more { padding-top: 7px; } }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a { display: inline-block; padding: 0 16px 0 0; position: relative; letter-spacing: 0; font-family: 'HyundaiBold'; font-size: 18px; line-height: 25px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a { font-family: 'HyundaiBold'; font-size: 12px; line-height: 15px; font-weight: normal; } }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:before, .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:after { width: 2px; height: 10px; display: block; background: #e33c1e; content: ""; position: absolute; }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:before { right: 5px; top: 10px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:after { right: 5px; top: 5px; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a { padding-right: 6px; }
  .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:before, .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:after { content: ''; position: absolute; right: -3px; height: 2px; width: 6px; background: #e63312; }
  .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:before { top: 8.5px; -ms-transform: rotate(135deg) skew(45deg); -webkit-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); }
  .Motorsport .contTop .topVisualArea .topVisual .titWrap .more a:after { top: 4.5px; -ms-transform: rotate(-135deg) skew(-45deg); -webkit-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); } }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .video { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 900px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .titWrap .video { height: auto; } }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .video .btn_play { display: block; width: 112px; height: 112px; background: #a8cbe6; position: absolute; top: 50%; left: 50%; margin: -56px 0 0 -56px; z-index: 3; }
.Motorsport .contTop .topVisualArea .topVisual .titWrap .video .btn_play:before { content: ''; position: absolute; left: 44px; top: 38px; width: 0; height: 0; border-style: solid; border-width: 18px 0 18px 27px; border-color: transparent transparent transparent #e63514; line-height: 0px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .contTop .topVisualArea .topVisual .titWrap .video .btn_play { width: 45px; height: 45px; margin: -17.5px 0 0 -17.5px; }
  .Motorsport .contTop .topVisualArea .topVisual .titWrap .video .btn_play:before { left: 18.5px; top: 15.5px; border-width: 7px 0 7px 11.5px; } }
.Motorsport .contTop.dark_type .topArea .breadCrumb a, .Motorsport .contTop.dark_type .topVisualArea .topVisual .titWrap { color: #fff; }
.Motorsport .contTop.dark_type .topArea .breadCrumb a.link, .Motorsport .contTop.dark_type .topArea .breadCrumb span.ctg { color: #fff; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0RDc2OUM4OTJBNDExRTc5MDJBRDRGQTNFRkFGREE2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0RDc2OUM5OTJBNDExRTc5MDJBRDRGQTNFRkFGREE2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRENzY5QzY5MkE0MTFFNzkwMkFENEZBM0VGQUZEQTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRENzY5Qzc5MkE0MTFFNzkwMkFENEZBM0VGQUZEQTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4F/wyzAAAAZ0lEQVR42mL8//8/EwMDwz8GNAASXA/ELugSDEAdokB8CIhjgJgBhmEMbiDeCMQVMAlGsCwEMAPxNCD+BcQFTEimMgIxC8h0mB0wo7YAcSmyHeJAfASIo9AtB1nqhCwIsxyrBwECDACNQG5ixsR8JAAAAABJRU5ErkJggg=="); }
.Motorsport .contTop.dark_type .topArea .sharing a { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRGOTU1RERBOTNBQTExRTdCNkMxODk0OEY1QjBFQjhBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRGOTU1RERCOTNBQTExRTdCNkMxODk0OEY1QjBFQjhBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REY5NTVERDg5M0FBMTFFN0I2QzE4OTQ4RjVCMEVCOEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REY5NTVERDk5M0FBMTFFN0I2QzE4OTQ4RjVCMEVCOEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6G8UlhAAAAlUlEQVR42mL8//8/Aw7ABsSToexcIP6FVRXIACxYDIgPAfEzKD4EFcNQy4TFTEMgPgPEnEAsCcWcUDEjQi6IAOKvQLwEiDn+IwCIvRgqF4GsB92AOUBcisSHARi/FKoGrocRTyCCHQilGXEpYGKgELAg2YIMGAm4iLouIGQrLpf9p4oLhoEBLCQE2kgIg/8D4gKAAAMArnmsXZw9OOMAAAAASUVORK5CYII="); color: #fff; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; }
.Motorsport section { position: relative; width: 100%; max-width: 1920px; margin: 0 auto; overflow: hidden; clear: both; /*
.link_button {
	@include font(18px, 22px, 'b');
	.ico {
		margin-left: 3px;
		margin-top: -1px;
	}
	@media screen and (max-width: 740px) and (min-width: 0) {
		@include font(12px, 12px,'b');
		padding-right: 10px;
		.ico {
			&:before {
				width: 4px;
				height: 4px;
				border-width: 2px;
				margin-top: -4px;
			}
		}
	}
}
*/ }
.Motorsport section.gray-bg-type { background: #eee; }
.Motorsport section.black-bg-type { background: #000; color: #fff; }
.Motorsport section.black-bg-type a { color: inherit; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section.black-bg-type { background: transparent; color: #000; } }
.Motorsport section.white-bg-type { background: #fff; color: #000; }
.Motorsport section.section_layer { overflow: visible; }
.Motorsport section.section_border { border-bottom: 4px solid #999; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section.section_border { border-bottom: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .mobile-bg-white, .Motorsport section.mobile-bg-white { background: #fff; }
  .Motorsport section .mobile-bg-gray, .Motorsport section.mobile-bg-gray { background: #eee; }
  .Motorsport section .mobile-bg-black, .Motorsport section.mobile-bg-black { background: #000; } }
.Motorsport section .slick-list.draggable:after { content: ""; clear: both; width: 100%; display: block; }
.Motorsport section .more a, .Motorsport section .more span { display: inline-block; padding: 0 16px 0 0; position: relative; letter-spacing: 0; font-family: 'HyundaiBold'; font-size: 18px; line-height: 25px; font-weight: normal; /*
@media screen and (max-width: 740px) and (min-width: 0) {
	padding:0 10px 0 0;
	&:before,
	&:after {width:1px;height:6px;}
	&:before {right:2px;top:7px;}
	&:after {right:2px;top:3px;}
}
*/ }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .more a, .Motorsport section .more span { font-family: 'HyundaiBold'; font-size: 12px; line-height: 12px; font-weight: normal; } }
.Motorsport section .more a:before, .Motorsport section .more a:after, .Motorsport section .more span:before, .Motorsport section .more span:after { width: 2px; height: 10px; display: block; background: #e33c1e; content: ""; position: absolute; }
.Motorsport section .more a:before, .Motorsport section .more span:before { right: 5px; top: 10px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.Motorsport section .more a:after, .Motorsport section .more span:after { right: 5px; top: 5px; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .more a, .Motorsport section .more span { padding-right: 6px; }
  .Motorsport section .more a:before, .Motorsport section .more a:after, .Motorsport section .more span:before, .Motorsport section .more span:after { content: ''; position: absolute; right: -3px; height: 2px; width: 6px; background: #e63312; }
  .Motorsport section .more a:before, .Motorsport section .more span:before { top: 7.5px; -ms-transform: rotate(135deg) skew(45deg); -webkit-transform: rotate(135deg) skew(45deg); transform: rotate(135deg) skew(45deg); }
  .Motorsport section .more a:after, .Motorsport section .more span:after { top: 3.5px; -ms-transform: rotate(-135deg) skew(-45deg); -webkit-transform: rotate(-135deg) skew(-45deg); transform: rotate(-135deg) skew(-45deg); } }
.Motorsport section .btn_play { display: block; width: 70px; height: 70px; background: #a8cbe6; position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; z-index: 3; }
.Motorsport section .btn_play:before { content: ''; position: absolute; left: 27px; top: 23px; width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 19px; border-color: transparent transparent transparent #e63514; line-height: 0px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .btn_play { width: 35px; height: 35px; margin: -17.5px 0 0 -17.5px; }
  .Motorsport section .btn_play:before { left: 13px; top: 11px; border-width: 7px 0 7px 11.5px; } }
.Motorsport section .link_play { position: relative; display: inline-block; padding: 0 36px 0 0; color: #fff; }
.Motorsport section .link_play .ico { position: relative; display: inline-block; vertical-align: middle; padding-left: 8px; }
.Motorsport section .link_play .ico:before { content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin: -5px 0 0 -5px; border: 2px solid; border-color: transparent #e63312 #e63312 transparent; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .link_play { padding: 0 23px 0 0; color: #000; }
  .Motorsport section .link_play:after { width: 15px; height: 15px; top: 0px; }
  .Motorsport section .link_play:before { right: 4px; top: 4px; border-width: 3.5px 0 3.5px 6px; } }
.Motorsport section .link_play { font-family: 'HyundaiBold'; font-size: 18px; line-height: 22px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .link_play { font-family: 'HyundaiRegular'; font-size: 12px; line-height: 12px; font-weight: normal; } }
.Motorsport section .slick-prev, .Motorsport section .slick-next { position: absolute; display: block; top: 50%; width: 0px; height: 50px; padding-left: 50px; margin-top: -25px; background: rgba(0, 0, 0, 0.5); overflow: hidden; z-index: 1; }
.Motorsport section .slick-prev.slick-disabled, .Motorsport section .slick-next.slick-disabled { display: none !important; }
.Motorsport section .slick-prev:before, .Motorsport section .slick-prev:after, .Motorsport section .slick-next:before, .Motorsport section .slick-next:after { content: ""; position: absolute; height: 14px; width: 6px; padding: 0px; background-color: #fff; }
.Motorsport section .slick-prev:before, .Motorsport section .slick-next:before { -ms-transform: rotate(0deg) skew(45deg); -webkit-transform: rotate(0deg) skew(45deg); transform: rotate(0deg) skew(45deg); }
.Motorsport section .slick-prev:after, .Motorsport section .slick-next:after { -ms-transform: rotate(0deg) skew(-45deg); -webkit-transform: rotate(0deg) skew(-45deg); transform: rotate(0deg) skew(-45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-prev, .Motorsport section .slick-next { height: 35px; padding-left: 35px; bottom: 0; }
  .Motorsport section .slick-prev:before, .Motorsport section .slick-prev:after, .Motorsport section .slick-next:before, .Motorsport section .slick-next:after { width: 3px; height: 9px; } }
.Motorsport section .slick-prev { left: 0; }
.Motorsport section .slick-prev:before, .Motorsport section .slick-prev:after { left: 20px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-prev:before, .Motorsport section .slick-prev:after { left: 15px; } }
.Motorsport section .slick-prev:before { top: 25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-prev:before { top: 18px; } }
.Motorsport section .slick-prev:after { top: 11px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-prev:after { top: 9px; } }
.Motorsport section .slick-next { right: 0; }
.Motorsport section .slick-next:before, .Motorsport section .slick-next:after { left: 24px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-next:before, .Motorsport section .slick-next:after { left: 18px; } }
.Motorsport section .slick-next:before { top: 11px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-next:before { top: 8px; } }
.Motorsport section .slick-next:after { top: 25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-next:after { top: 17px; } }
.Motorsport section .slick-dots { width: 100%; clear: both; display: block; text-align: center; padding-top: 9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-dots { padding-top: 7px; } }
.Motorsport section .slick-dots li { display: inline-block; width: 0px; height: 12px; padding-left: 12px; overflow: hidden; background: #010101; margin: 0 5px; border-radius: 6px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .slick-dots li { height: 7px; padding-left: 7px; margin: 0 3px; border-radius: 3.5px; } }
.Motorsport section .slick-dots li button { width: 100%; height: 100%; opacity: 0; overflow: hidden; }
.Motorsport section .slick-dots li.slick-active { background: #e63313; }
.Motorsport section.black-bg-type .slick-dots li { background: #fff; }
.Motorsport section.black-bg-type .slick-dots li.slick-active { background: #e63313; }
.Motorsport section .page { position: absolute; left: 50%; width: 400px; text-align: right; padding: 0 32px 0 0; top: 660px; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 26px; font-weight: normal; }
.Motorsport section .page strong { color: #e63514; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .page { position: relative; left: auto; width: auto; text-align: center; padding: 0; top: auto; font-family: 'HyundaiRegular'; font-size: 12px; line-height: 14px; font-weight: normal; }
  .Motorsport section .page strong { font-family: 'HyundaiMedium'; font-size: 12px; line-height: 14px; font-weight: normal; } }
.Motorsport section .btn_expand { position: absolute; bottom: 60px; left: 50%; width: 54px; height: 54px; margin-top: -27px; margin-left: -27px; background: #a8cbe6; overflow: hidden; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .btn_expand { position: absolute; bottom: 20px; left: 50%; width: 35px; height: 35px; margin-left: -17px; margin-top: 0; } }
.Motorsport section .btn_expand:before, .Motorsport section .btn_expand:after { content: ""; display: block; position: absolute; background: #e63514; }
.Motorsport section .btn_expand:before { width: 6px; height: 28px; left: 24px; top: 13px; }
.Motorsport section .btn_expand:after { width: 28px; height: 6px; left: 13px; top: 24px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .btn_expand:before { width: 3px; height: 13px; left: 16px; top: 11px; }
  .Motorsport section .btn_expand:after { width: 13px; height: 3px; left: 11px; top: 16px; } }
.Motorsport section .btn_expand .open { display: inline; }
.Motorsport section .btn_expand .close { display: none; }
.Motorsport section .btn_expand.on:before, .Motorsport section .btn_expand.on:after { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.Motorsport section .btn_expand.on .open { display: none; }
.Motorsport section .btn_expand.on .close { display: inline; }
.Motorsport section .flag { width: 26px; height: 18px; display: inline-block; vertical-align: middle; -webkit-box-shadow: 1px 1px 1px 0px rgba(70, 70, 70, 0.3); -moz-box-shadow: 1px 1px 1px 0px rgba(70, 70, 70, 0.3); box-shadow: 1px 1px 1px 0px rgba(70, 70, 70, 0.3); /*
background:url('../images/meet-hyundai/motorsport/wrc/flag.gif') no-repeat 0 0;
&.flag-mc {background-position:0 0;} // 모나코
&.flag-se {background-position:0 -22px;} // 스웨덴
&.flag-mx {background-position:0 -44px;} // 멕시코
&.flag-fr {background-position:0 -66px;} // 프랑스
&.flag-ar {background-position:0 -88px;} // 아르헨티나
&.flag-pt {background-position:0 -110px;} // 포르투갈
&.flag-it {background-position:0 -132px;} // 이탈리아
&.flag-pl {background-position:0 -154px;} // 폴란드
&.flag-fi {background-position:0 -176px;} // 핀란드
&.flag-de {background-position:0 -198px;} // 독일
&.flag-es {background-position:0 -220px;} // 스페인
&.flag-uk {background-position:0 -242px;} // 영국
&.flag-au {background-position:0 -264px;} // 오스트레일리아
*/ }
.Motorsport section .flag img { width: 100%; }
.Motorsport section .tabs { position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .tabs.type_half .selected { display: none; }
  .Motorsport section .tabs.type_half > ul { display: table; position: static; }
  .Motorsport section .tabs.type_half > ul > li { display: table-cell; border-top: none; color: #000; }
  .Motorsport section .tabs.type_half > ul > li.on { background: #e63312; }
  .Motorsport section .tabs.type_half > ul > li.on a { color: #fff; }
  .Motorsport section .tabs.type_half > ul > li.on a:after { display: block; margin: 0 0 0 -3px; border-width: 4px 3px 0 3px; } }
.Motorsport section .tabs > .selected { display: none; width: 100%; height: 35px; text-align: center; font-family: 'HyundaiBold'; font-size: 12px; line-height: 15px; font-weight: normal; }
.Motorsport section .tabs > .selected a { position: relative; display: block; width: 100%; height: 100%; background: #e63514; line-height: 35px; color: #fff; text-decoration: none; }
.Motorsport section .tabs > .selected a:after { content: ""; display: block; position: absolute; right: 15px; top: 15.5px; width: 0; height: 0; border-style: solid; border-width: 4.5px 3.5px 0 3.5px; border-color: #ffffff transparent transparent transparent; line-height: 0px; }
.Motorsport section .tabs > ul { display: table; width: 100%; table-layout: fixed; }
.Motorsport section .tabs > ul > li { display: table-cell; text-align: center; background: #b3b3b3; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .tabs > ul > li { display: block; width: 100%; border-top: 1px solid #808080; }
  .Motorsport section .tabs > ul > li:first-child { border-top: 0; } }
.Motorsport section .tabs > ul > li a { position: relative; display: block; width: 100%; height: 100%; color: #000; font-family: 'HyundaiBold'; font-size: 18px; line-height: 24px; font-weight: normal; padding: 15px 0 11px; text-decoration: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .tabs > ul > li a { font-family: 'HyundaiBold'; font-size: 12px; line-height: 15px; font-weight: normal; padding: 9px 0 10px; } }
.Motorsport section .tabs > ul > li.on { background: #e63312; }
.Motorsport section .tabs > ul > li.on a { color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .tabs > ul > li.on { background: #b3b3b3; }
  .Motorsport section .tabs > ul > li.on a { color: #000; } }
.Motorsport section .tabs > ul > li.on a:after { content: ""; display: block; position: absolute; left: 50%; bottom: 7px; margin: 0 0 0 -4px; width: 0; height: 0; border-style: solid; border-width: 5px 4px 0 4px; border-color: #ffffff transparent transparent transparent; line-height: 0px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .tabs > ul > li.on a:after { display: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .tabs > .selected { display: block; }
  .Motorsport section .tabs > ul { display: none; position: absolute; left: 0; top: 35px; }
  .Motorsport section .tabs.open > ul { display: block; z-index: 1; } }
.Motorsport section .tabs .tabs_contents .tabs_cont { display: none; }
.Motorsport section .tabs .tabs_contents .tabs_cont:first-child { display: block; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .tabs .tabs_contents .tabs_cont { overflow-x: scroll; -webkit-overflow-scrolling: auto; } }
.Motorsport section .tabs .tabs_contents .tabs_cont + .info { text-align: right; padding: 7px 0 0 0; font-family: 'HyundaiLight'; font-size: 14px; line-height: 18px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .tabs .tabs_contents .tabs_cont + .info { text-align: left; padding: 17px 0 0 0; font-family: 'HyundaiLight'; font-size: 12px; line-height: 16px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 { table-layout: fixed; } }
.Motorsport section .table_type01 th { height: 60px; box-sizing: border-box; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 th { height: 50px; } }
.Motorsport section .table_type01 thead { text-align: center; }
.Motorsport section .table_type01 thead tr th { font-family: 'HyundaiBold'; font-size: 13px; line-height: 18px; font-weight: normal; background: #474747; color: #fff; border-bottom: 1px solid #fff; border-left: 1px solid #fff; padding: 12px 10px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 thead tr th { font-family: 'HyundaiBold'; font-size: 12px; line-height: 13px; font-weight: normal; } }
.Motorsport section .table_type01 thead tr th:first-child { width: 50px; border-left: 0; }
.Motorsport section .table_type01 thead tr th:nth-child(2) { width: 145px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 thead tr th:nth-child(2) { width: 130px; } }
.Motorsport section .table_type01 thead tr td { font-family: 'HyundaiLight'; font-size: 13px; line-height: 18px; font-weight: normal; border-bottom: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; padding: 8px 10px 9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 thead tr td { width: 50px; padding: 6px 0 5px; font-family: 'HyundaiLight'; font-size: 12px; line-height: 13px; font-weight: normal; } }
.Motorsport section .table_type01 thead tr td.total { font-family: 'HyundaiBold'; font-size: 13px; line-height: 18px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 thead tr td.total { font-family: 'HyundaiBold'; font-size: 12px; line-height: 13px; font-weight: normal; } }
.Motorsport section .table_type01 thead tr td .flag { margin-top: 3px; }
.Motorsport section .table_type01 tbody { text-align: center; }
.Motorsport section .table_type01 tbody tr th { font-family: 'HyundaiLight'; font-size: 13px; line-height: 18px; font-weight: normal; background: #474747; color: #fff; border-bottom: 1px solid #fff; border-left: 1px solid #fff; padding: 12px 10px; }
.Motorsport section .table_type01 tbody tr th:first-child { border-left: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 tbody tr th { font-family: 'HyundaiLight'; font-size: 12px; line-height: 13px; font-weight: normal; } }
.Motorsport section .table_type01 tbody tr:last-child th { border-bottom: 1px solid #474747; }
.Motorsport section .table_type01 tbody tr td { font-family: 'HyundaiLight'; font-size: 13px; line-height: 18px; font-weight: normal; border-bottom: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; padding: 6px 0 4px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 tbody tr td { font-family: 'HyundaiLight'; font-size: 12px; line-height: 13px; font-weight: normal; } }
.Motorsport section .table_type01 tbody tr.red th { font-family: 'HyundaiMedium'; font-size: 13px; line-height: 18px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 tbody tr.red th { font-family: 'HyundaiMedium'; font-size: 12px; line-height: 13px; font-weight: normal; } }
.Motorsport section .table_type01 tbody tr.red td { font-family: 'HyundaiRegular'; font-size: 13px; line-height: 18px; font-weight: normal; color: #000; background: #dbe8f4; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type01 tbody tr.red td { font-family: 'HyundaiRegular'; font-size: 12px; line-height: 13px; font-weight: normal; } }
.Motorsport section .table_type02 tbody tr:first-child th { border-top: hidden; }
.Motorsport section .table_type02 tbody tr:first-child td { border-top: 1px solid #d9d9d9; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type02 tbody tr:first-child td { border-top: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type02 tbody tr:last-child { border-bottom: 1px solid #d9d9d9; }
  .Motorsport section .table_type02 tbody tr.mobile-half-column { display: inline-block; width: 50%; }
  .Motorsport section .table_type02 tbody tr.mobile-half-column:nth-child(odd) > td { border-right: none; }
  .Motorsport section .table_type02 tbody tr.mobile-half-column:nth-child(even) > th { border-left: 1px solid #d9d9d9; } }
.Motorsport section .table_type02 tbody tr th { width: 140px; padding: 11px 30px 9px; background: #474747; color: #fff; border-top: 1px solid #fff; font-family: 'HyundaiBold'; font-size: 14px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type02 tbody tr th { width: auto; display: block; padding: 10px 18px; border-top: none; font-family: 'HyundaiMedium'; font-size: 12px; line-height: 1; font-weight: normal; text-align: left; } }
.Motorsport section .table_type02 tbody tr td { padding: 11px 30px 9px; background: #fff; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; font-family: 'HyundaiLight'; font-size: 14px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type02 tbody tr td { display: block; padding: 17px 18px; border-left: 1px solid #d9d9d9; border-bottom: none; font-family: 'HyundaiRegular'; font-size: 12px; line-height: 16px; font-weight: normal; color: #666; } }
.Motorsport section .table_type03 { width: 992px; margin: 0 auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type03 { min-width: 435px; width: 100%; } }
.Motorsport section .table_type03 colgroup .col01, .Motorsport section .table_type03 colgroup .col03 { width: 416px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type03 colgroup .col01, .Motorsport section .table_type03 colgroup .col03 { width: auto; } }
.Motorsport section .table_type03 colgroup .col02 { width: 160px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type03 colgroup .col02 { width: 112px; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; } }
.Motorsport section .table_type03 tr { border-bottom: 1px solid #d9d9d9; height: 46px; }
.Motorsport section .table_type03 tr:only-child { border-top: 1px solid #d9d9d9; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type03 tr { height: auto; } }
.Motorsport section .table_type03 thead tr { background: #eee; }
.Motorsport section .table_type03 thead tr th { font-family: 'HyundaiBold'; font-size: 18px; line-height: 45px; font-weight: normal; text-align: left; padding: 0 32px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type03 thead tr th { white-space: nowrap; padding: 13px 20px; font-family: 'HyundaiMedium'; font-size: 12px; line-height: 12px; font-weight: normal; } }
.Motorsport section .table_type03 thead tr th:nth-of-type(1) { text-align: right; }
.Motorsport section .table_type03 thead tr th:nth-of-type(2) { text-align: left; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type03 tbody tr th, .Motorsport section .table_type03 tbody tr td { padding: 9px 0; vertical-align: top; } }
.Motorsport section .table_type03 tbody tr th { font-family: 'HyundaiMedium'; font-size: 16px; line-height: 18px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type03 tbody tr th { font-family: 'HyundaiMedium'; font-size: 12px; line-height: 16px; font-weight: normal; } }
.Motorsport section .table_type03 tbody tr td { padding: 0 32px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 18px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type03 tbody tr td { padding: 9px 20px; font-family: 'HyundaiRegular'; font-size: 12px; line-height: 16px; font-weight: normal; } }
.Motorsport section .table_type03 tbody tr td:nth-of-type(1) { text-align: right; }
.Motorsport section .table_type03 tbody tr td:nth-of-type(2) { text-align: left; }
.Motorsport section .table_type04 tbody th, .Motorsport section .table_type04 tbody td { text-align: left; line-height: 26px; vertical-align: top; padding: 7px 10px 8px 0; }
.Motorsport section .table_type04 tbody th:first-child, .Motorsport section .table_type04 tbody td:first-child { padding-left: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type04 tbody th, .Motorsport section .table_type04 tbody td { padding: 6px 10px 5px 0; } }
.Motorsport section .table_type04 tbody th { width: 140px; font-family: 'HyundaiBold'; font-size: 18px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type04 tbody th { width: 85px; font-family: 'HyundaiBold'; font-size: 12px; line-height: 17px; font-weight: normal; } }
.Motorsport section .table_type04 tbody td { font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type04 tbody td { font-size: 12px; line-height: 17px; font-weight: normal; } }
.Motorsport section .table_type05 { border-collapse: separate; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type05 { table-layout: fixed; border: 0; margin-bottom: 35px; }
  .Motorsport section .table_type05 caption { overflow: auto; left: auto; top: auto; height: auto; width: 100%; display: table-caption; font-family: 'HyundaiBold'; font-size: 14px; line-height: 18px; font-weight: normal; color: #000; text-align: left; margin-top: -3.5px; padding: 0 0 15px 0; } }
.Motorsport section .table_type05 thead { text-align: center; }
.Motorsport section .table_type05 thead tr th { font-family: 'HyundaiBold'; font-size: 18px; line-height: 22px; font-weight: normal; background: #383838; color: #fff; border-bottom: 1px solid #d9d9d9; border-left: 1px solid #fff; padding: 16px 10px 14px; }
.Motorsport section .table_type05 thead tr th:first-child { border-left: 0; }
.Motorsport section .table_type05 thead tr th:last-child { border-right: 1px solid #383838; }
.Motorsport section .table_type05 thead tr th:nth-child(2) { width: 145px; }
.Motorsport section .table_type05 tbody { text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type05 tbody tr th { font-family: 'HyundaiMedium'; font-size: 10px; line-height: 12px; font-weight: normal; background: #474747; color: #fff; border-bottom: 1px solid #fff; padding: 10.5px 5px 9.5px; }
  .Motorsport section .table_type05 tbody tr:first-child th { border-top: 1px solid #474747; }
  .Motorsport section .table_type05 tbody tr:first-child td { border-top: 1px solid #d9d9d9; }
  .Motorsport section .table_type05 tbody tr:last-child th { border-bottom: #474747; } }
.Motorsport section .table_type05 tbody tr td { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 20px; font-weight: normal; border-bottom: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; padding: 13px 0 12px; }
.Motorsport section .table_type05 tbody tr td:first-child { border-left: 1px solid #d9d9d9; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type05 tbody tr td { font-family: 'HyundaiRegular'; font-size: 10px; line-height: 12px; font-weight: normal; padding: 10.5px 10px 9.5px; text-align: center; } }
.Motorsport section .table_type05 .red { color: #e63312; font-family: 'HyundaiMedium'; font-size: 18px; line-height: 16px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type05 .red { font-family: 'HyundaiMedium'; font-size: 15px; line-height: 16px; font-weight: normal; } }
.Motorsport section .table_type05 + .info { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 18px; font-weight: normal; color: #333; text-align: right; padding: 12px 0 45px 0; }
.Motorsport section .table_type05 + .info .red { font-family: 'HyundaiMedium'; font-size: 18px; line-height: 16px; font-weight: normal; color: #e63312; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport section .table_type05 + .info { font-family: 'HyundaiMedium'; font-size: 10px; line-height: 16px; font-weight: normal; padding: 0 0 33px 0; margin-top: -26.5px; }
  .Motorsport section .table_type05 + .info .red { font-family: 'HyundaiMedium'; font-size: 15px; line-height: 16px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .video_wrap .layer_wrap.fixed_layer_wrap .layer .layer_inner { top: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } }
.Motorsport .layer_wrap { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; overflow-y: scroll; }
.Motorsport .layer_wrap.on { display: block; }
.Motorsport .layer_wrap.fixed_layer_wrap { position: static; }
.Motorsport .layer_wrap.fixed_layer_wrap .layer { position: static; }
.Motorsport .layer_wrap.fixed_layer_wrap .layer .layer_dim { position: fixed; z-index: 100; }
.Motorsport .layer_wrap.fixed_layer_wrap .layer .layer_inner { position: absolute; top: 50%; z-index: 100; margin: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap.fixed_layer_wrap .layer .layer_inner { left: 0; margin: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } }
.Motorsport .layer_wrap .layer_dim { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); }
.Motorsport .layer_wrap .layer { position: absolute; width: 100%; min-height: 100%; padding: 0 60px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer { width: 100%; padding: 0; } }
.Motorsport .layer_wrap .layer .layer_inner { position: relative; left: 50%; width: 1120px; margin: 100px 0; -webkit-transform: translate(-50%); -ms-transform: translate(-50%); transform: translate(-50%); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer .layer_inner { left: 0; width: auto; margin: 60px 15px; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); } }
.Motorsport .layer_wrap .layer .layer_bd { background: #fff; }
.Motorsport .layer_wrap .layer .btn_close { position: absolute; top: 0; right: 0; width: 50px; height: 50px; background: #a8cce6; }
.Motorsport .layer_wrap .layer .btn_close:before, .Motorsport .layer_wrap .layer .btn_close:after { position: absolute; content: ''; top: 50%; left: 50%; background: #e63416; }
.Motorsport .layer_wrap .layer .btn_close:before { width: 19px; height: 3px; margin: -1.5px 0 0 -9.5px; }
.Motorsport .layer_wrap .layer .btn_close:after { width: 3px; height: 19px; margin: -9.5px 0 0 -1.5px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer .btn_close { width: 30px; height: 30px; } }
.Motorsport .layer_wrap .layer .btn_close:before, .Motorsport .layer_wrap .layer .btn_close:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer .btn_close:before, .Motorsport .layer_wrap .layer .btn_close:after { position: absolute; content: ''; top: 50%; left: 50%; }
  .Motorsport .layer_wrap .layer .btn_close:before { width: 14px; height: 3px; margin: -1.5px 0 0 -7px; }
  .Motorsport .layer_wrap .layer .btn_close:after { width: 3px; height: 14px; margin: -7px 0 0 -1.5px; } }
.Motorsport .layer_wrap .layer_type1 .layer_hd { position: relative; padding: 38px 60px 34px; background: #002c5f; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_type1 .layer_hd { padding: 27px 60px 25px 30px; } }
.Motorsport .layer_wrap .layer_type1 .layer_hd .layer_tit { font-family: 'HyundaiBold'; font-size: 32px; line-height: 30px; font-weight: normal; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_type1 .layer_hd .layer_tit { font-size: 19px; line-height: 21px; font-weight: normal; } }
.Motorsport .layer_wrap .layer_type1 .layer_bd { padding: 60px 64px 62px; color: #000; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_type1 .layer_bd { padding: 30px 15px 0; } }
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap { margin: 0 -16px; }
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap:after { content: ''; display: block; clear: both; }
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap li { box-sizing: border-box; float: left; width: 50%; padding: 0 16px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap { margin: 0 -0; }
  .Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap:after { content: ''; display: block; clear: both; }
  .Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap li { box-sizing: border-box; float: left; width: 100%; padding: 0 0; } }
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd { min-height: 160px; padding: 22px 0 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd { min-height: auto; padding: 18px 0 21px; } }
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd .tit { display: inline-block; font-family: 'HyundaiBold'; font-size: 24px; line-height: 28px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd .tit { font-family: 'HyundaiMedium'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd .cont { padding-top: 4px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_type1 .layer_bd .cont_wrap .cont_bd .cont { padding-top: 3px; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .layer_wrap .layer_news .layer_inner { width: 1120px; background: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_inner { width: auto; } }
.Motorsport .layer_wrap .layer_news .layer_hd { position: relative; padding: 89px 158px 26px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_hd { padding: 42px 15px 10px; } }
.Motorsport .layer_wrap .layer_news .layer_hd .layer_tit { font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; color: #000; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_hd .layer_tit { font-size: 18px; line-height: 30px; font-weight: normal; text-indent: 0; } }
.Motorsport .layer_wrap .layer_news .layer_bd { padding: 0 140px; color: #000; /*
.cont_wrap {
	@include column(li, 2, 32px);
	@media screen and (max-width: 740px) and (min-width: 0) {
		@include column(li, 1, 0);
	}
	.cont_bd {
		min-height:173px;
		padding:26px 0 0;
		@media screen and (max-width: 740px) and (min-width: 0) {
			min-height:auto;
			padding:13px 0 30px;
		}
		.tit {
			display:inline-block;
			@include font(24px, 28px, 'b');
			@media screen and (max-width: 740px) and (min-width: 0) {
				@include font(14px, 21px, 'm');
			}
		}
		.cont {
			@include font(16px, 26px, 'r');
			@media screen and (max-width: 740px) and (min-width: 0) {
				@include font(14px, 21px);
			}
		}
	}
}
*/ }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_bd { padding: 0 15px; } }
.Motorsport .layer_wrap .layer_news .layer_bd .news_content { padding: 32px 20px 79px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_bd .news_content { padding: 13px 0 33px; } }
.Motorsport .layer_wrap .layer_news .layer_bd .news_content .news_date { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; font-style: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_bd .news_content .news_date { font-size: 12px; line-height: 19px; font-weight: normal; } }
.Motorsport .layer_wrap .layer_news .layer_bd .news_content .news_sub { padding: 6px 0 14px; font-family: 'HyundaiMedium'; font-size: 26px; line-height: 30px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_bd .news_content .news_sub { padding: 26px 0 0; font-size: 16px; line-height: 18px; font-weight: normal; } }
.Motorsport .layer_wrap .layer_news .layer_bd .news_content p { padding: 13px 0; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_bd .news_content p { padding: 11px 0; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .layer_wrap .layer_news .layer_bd .news_content p strong { display: inline-block; padding: 9px 0 8px; font-family: 'HyundaiMedium'; font-size: 18px; line-height: 28px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_news .layer_bd .news_content p strong { font-size: 14px; line-height: 21px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .video-layer.gallery_vid_layer .layer_inner { top: 101px; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .video-layer { width: 100%; } }
.Motorsport .layer_wrap .video-layer .layer_inner { width: 1120px; height: 630px; margin-top: 100px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .video-layer .layer_inner { width: 100%; height: 0; padding: 56% 0 0; margin: 0; left: 0; } }
.Motorsport .layer_wrap .video-layer .video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.Motorsport .layer_wrap .video-layer .video iframe { width: 100%; height: 100%; }
.Motorsport .layer_wrap .video-layer .close { position: absolute; display: block; top: 0; right: 0; width: 0px; height: 50px; padding-left: 50px; background: #a8cbe6; overflow: hidden; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .video-layer .close { height: 35px; padding-left: 35px; } }
.Motorsport .layer_wrap .video-layer .close:before, .Motorsport .layer_wrap .video-layer .close:after { content: ""; display: block; position: absolute; background: #e63514; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.Motorsport .layer_wrap .video-layer .close:before { width: 3px; height: 19px; left: 24px; top: 16px; }
.Motorsport .layer_wrap .video-layer .close:after { width: 19px; height: 3px; left: 16px; top: 24px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .video-layer .close:before { width: 2px; height: 12px; left: 17px; top: 12px; }
  .Motorsport .layer_wrap .video-layer .close:after { width: 12px; height: 2px; left: 12px; top: 17px; } }
.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner { width: 992px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_accordion_gallery .layer_inner { width: auto; } }
.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner .layer_bd .img_list { display: none; }
.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner .layer_bd .img_list.on { display: block; }
.Motorsport .layer_wrap .layer_accordion_gallery .layer_inner .layer_bd .page { bottom: 23px; right: 32px; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_wrap .layer_accordion_gallery .layer_inner .layer_bd .page { right: auto; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .layer_type1 .layer_bd { padding: 0; } }
.Motorsport .layer_academy .academy_hd { position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_hd { padding: 30px 15px 0; } }
.Motorsport .layer_academy .academy_hd .tit_wrap { position: absolute; padding: 36px 32px 0; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_hd .tit_wrap { padding: 0; } }
.Motorsport .layer_academy .academy_hd .tit_wrap .academy_tit { text-align: left; font-family: 'HyundaiBold'; font-size: 40px; line-height: 46px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_hd .tit_wrap .academy_tit { font-size: 20px; line-height: 23px; font-weight: normal; } }
.Motorsport .layer_academy .academy_hd .tit_wrap .eyebrow { padding-top: 3px; font-family: 'HyundaiBold'; font-size: 26px; line-height: 30px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_hd .tit_wrap .eyebrow { padding: 0; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_hd .tit_wrap .eyebrow { font-size: 13px; line-height: 15px; font-weight: normal; } }
.Motorsport .layer_academy .academy_bd { padding: 34px 0 32px; border-bottom: 1px solid #dadada; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 24px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_bd { padding: 0 15px 32px; } }
.Motorsport .layer_academy .academy_bd .cont { max-width: 655px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_bd .cont { padding-top: 14px; } }
.Motorsport .layer_academy .academy_ft { padding-top: 20px; text-align: right; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_ft { padding: 20px 0; text-align: center; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_ft .logo { width: 112px; } }
.Motorsport .layer_academy .academy_certificate_wrap { position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_img_wrap { display: none; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap { position: absolute; top: 45px; right: 59px; width: 432px; padding: 0 10px; background: #cfc9c2; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap { position: static; width: auto; padding: 15px 15px 0; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_inner { padding: 17px 0 46px; background: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_inner { padding: 11px 0 18px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd { padding: 0 10px; }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap { float: right; }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list { float: left; padding: 0 10px; border-left: 1px solid #eaeaea; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list { padding: 0 5px; line-height: 13px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list:first-child { border-left: none; }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list .logo1 { width: 92px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list .logo1 { width: 46px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list .logo2 { width: 28px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_hd .logo_wrap .logo_list img { width: 100%; vertical-align: middle; }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd { padding: 0 40px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd { padding: 0 20px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_hd { padding-top: 30px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_hd { padding-top: 25px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_bd { padding: 131px 0 76px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_bd { padding: 27px 0 44px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft { position: relative; padding-top: 9px; }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft .num { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft .num { display: block; padding-top: 40px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft { padding-top: 10px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft:before { content: ''; position: absolute; top: 0; left: 0; width: 180px; border-top: 2px solid #e1e1e1; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_bd .content_ft:before { right: 0; width: auto; margin-right: 50px; border-width: 1px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_ft { padding: 23px 40px 29px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_ft { padding: 8px 20px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .certificate_ft .num { display: none; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .tit { font-family: 'HyundaiBold'; font-size: 40px; line-height: 46px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .tit { font-size: 27px; line-height: 23px; font-weight: normal; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .subtit { font-family: 'HyundaiBold'; font-size: 14px; line-height: 16px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .subtit { font-size: 10px; line-height: 21px; font-weight: normal; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .content { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .content { line-height: 21px; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .donor { font-family: 'HyundaiBold'; font-size: 12px; line-height: 16px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .donor { font-size: 11px; line-height: 13px; font-weight: normal; } }
.Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .num { font-family: 'HyundaiBold'; font-size: 12px; line-height: 16px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy .academy_certificate_wrap .certificate_wrap .num { font-size: 9px; line-height: 8px; font-weight: normal; } }
.Motorsport .layer_academy_schedule .layer_type1 .layer_bd { padding-bottom: 39px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .layer_type1 .layer_bd { padding-bottom: 20px; } }
.Motorsport .layer_academy_schedule .schedule_hd { position: relative; }
.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap { position: absolute; padding: 33px 32px 0; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .schedule_hd .tit_wrap { padding: 8px 15px; } }
.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap .academy_tit { text-align: left; font-family: 'HyundaiBold'; font-size: 40px; line-height: 46px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .schedule_hd .tit_wrap .academy_tit { font-size: 20px; line-height: 23px; font-weight: normal; } }
.Motorsport .layer_academy_schedule .schedule_hd .tit_wrap .eyebrow { padding-top: 3px; font-family: 'HyundaiBold'; font-size: 26px; line-height: 30px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .schedule_hd .tit_wrap .eyebrow { padding-top: 2px; font-size: 13px; line-height: 15px; font-weight: normal; } }
.Motorsport .layer_academy_schedule .schedule_bd { padding: 34px 0 32px; border-bottom: 1px solid #dadada; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .schedule_bd { padding: 0; } }
.Motorsport .layer_academy_schedule .schedule_ft { padding-top: 23px; text-align: right; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .schedule_ft { padding: 20px 0 0; text-align: center; } }
.Motorsport .layer_academy_schedule .schedule_ft .schedule_notice { float: left; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 22px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .schedule_ft .schedule_notice { float: none; display: inline-block; padding: 5px 0 33px; font-size: 12px; line-height: 20px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .schedule_ft .logo { width: 112px; } }
.Motorsport .layer_academy_schedule .calendar_wrap { padding: 22px 0 72px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap { padding: 0; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list { padding: 0 16px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list { padding: 0; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list > li { float: left; width: 240px; padding: 0 16px; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list > li { float: none; width: auto; padding: 26px 15px 24px; border-top: 1px solid #dadada; }
  .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list > li:first-child { border-top: none; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd { position: relative; padding-bottom: 35px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd { padding-bottom: 10px; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:before, .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:after { content: ''; position: absolute; bottom: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:before, .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:after { content: none; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:before { left: -32px; right: -32px; border-bottom: 6px solid #eee; }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd:after { left: 50%; width: 20px; height: 20px; margin-left: -10px; margin-bottom: -7px; border-radius: 50%; background: #002c5f; }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd .schedule_date { font-family: 'HyundaiMedium'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd .schedule_date { font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_hd .schedule_date em { font-style: normal; }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd { padding-top: 29px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd { padding: 0; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_tit { padding-bottom: 6px; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_tit { padding-bottom: 3px; font-family: 'HyundaiBold'; font-size: 18px; line-height: 20px; font-weight: normal; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont { padding-top: 9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont { padding-top: 8px; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont_tit { font-family: 'HyundaiBold'; font-size: 16px; line-height: 22px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont_tit { display: inline; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; }
  .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont_tit:before { content: '- '; } }
.Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 22px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .layer_academy_schedule .calendar_wrap .calendar_list .calendar_bd .schedule_cont .cont { display: inline; line-height: 21px; } }

.Motorsport .section_hero .img_pos, .Motorsport .section_image_txt .img_pos { position: absolute; bottom: -60px; z-index: 3; }
.Motorsport .section_hero .pos_left.img_pos, .Motorsport .section_image_txt .pos_left.img_pos { left: 400px; }
.Motorsport .section_hero .pos_right.img_pos, .Motorsport .section_image_txt .pos_right.img_pos { right: 400px; }
.Motorsport .section_hero .pos_right_bottom.img_pos, .Motorsport .section_image_txt .pos_right_bottom.img_pos { right: 270px; bottom: -190px; }
.Motorsport .section_hero .pos_full.img_pos, .Motorsport .section_image_txt .pos_full.img_pos { bottom: 0; left: 400px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .img_pos, .Motorsport .section_image_txt .img_pos { position: static; bottom: auto; }
  .Motorsport .section_hero .pos_left.img_pos, .Motorsport .section_image_txt .pos_left.img_pos { left: auto; }
  .Motorsport .section_hero .pos_right.img_pos, .Motorsport .section_image_txt .pos_right.img_pos { right: auto; }
  .Motorsport .section_hero .pos_full.img_pos, .Motorsport .section_image_txt .pos_full.img_pos { bottom: auto; left: auto; padding: 0 15px; margin-top: -20px; }
  .Motorsport .section_hero .pos_full.img_pos + .desc, .Motorsport .section_image_txt .pos_full.img_pos + .desc { text-align: center; } }

.Motorsport .section_boxcontents .section_wrap { position: relative; max-width: 1120px; margin: 0 auto; padding: 118px 0 150px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_boxcontents .section_wrap { padding: 31px 0 0; } }
.Motorsport .section_boxcontents .section_wrap .tit { padding-bottom: 46px; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; letter-spacing: -0.25px; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_boxcontents .section_wrap .tit { max-width: 225px; margin: 0 auto; padding-bottom: 24px; font-family: 'HyundaiBold'; font-size: 25px; line-height: 27px; font-weight: normal; } }
.Motorsport .section_boxcontents .section_wrap .box_contents { background: #000; }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li { float: left; position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li { width: 50%; } }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li > a { display: block; }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li > a:hover .more span { text-decoration: underline; }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li > a:hover .img_wrap:before { opacity: 0; }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .img_wrap { position: relative; }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .img_wrap:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.4); opacity: 1; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .img_wrap:before { display: none; } }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .subject, .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more { position: absolute; left: 30px; z-index: 1; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .subject, .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more { left: 15px; } }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .subject { top: 25px; font-family: 'HyundaiBold'; font-size: 36px; line-height: 36px; font-weight: normal; letter-spacing: -0.25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .subject { top: 12px; font-family: 'HyundaiBold'; font-size: 15px; line-height: 18px; font-weight: normal; } }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more { top: 67px; font-family: 'HyundaiMedium'; font-size: 16px; line-height: 26px; font-weight: normal; letter-spacing: -0.1px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more { top: 30px; font-family: 'HyundaiMedium'; font-size: 10px; line-height: 13px; font-weight: normal; } }
.Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more span { font-family: 'HyundaiMedium'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_boxcontents .section_wrap .box_contents > ul > li .more span { font-family: 'HyundaiMedium'; font-size: 10px; line-height: 13px; font-weight: normal; } }

.Motorsport .section_hero { position: relative; overflow: visible; width: 1920px; margin-left: -960px; left: 50%; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero { left: auto; margin-left: 0; width: auto; background: #fff; }
  .Motorsport .section_hero.black-bg-type { background: #fff; color: #000; } }
.Motorsport .section_hero .txt_wrap { position: absolute; left: 0; top: 0; width: 100%; text-align: center; z-index: 2; margin-top: 172px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .txt_wrap { margin-top: 31px; } }
.Motorsport .section_hero .txt_wrap.txt-left { text-align: left; left: 50%; margin-left: -560px; width: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .txt_wrap.txt-left { left: auto; margin-left: 0; } }
.Motorsport .section_hero .txt_wrap.txt-right { text-align: right; right: 50%; margin-right: -560px; width: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .txt_wrap.txt-right { left: auto; margin-left: 0; } }
.Motorsport .section_hero .txt_wrap.txt-right > * { clear: both; float: right; }
.Motorsport .section_hero .txt_wrap .eyebrow { display: block; padding-bottom: 9px; font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .txt_wrap .eyebrow { font-family: 'HyundaiBold'; font-size: 14px; line-height: 14px; font-weight: normal; padding: 0 30px 9px; } }
.Motorsport .section_hero .txt_wrap .tit { padding: 0 0 33px 0; font-family: 'HyundaiBold'; font-size: 130px; line-height: 120px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .txt_wrap .tit { width: auto; padding: 0 30px 9px; font-family: 'HyundaiBold'; font-size: 30px; line-height: 30px; font-weight: normal; } }
.Motorsport .section_hero .txt_wrap .tit span[data-element-type=animation] { display: block; }
.Motorsport .section_hero .txt_wrap .desc { width: 750px; margin: 0 auto; font-family: 'HyundaiRegular'; font-size: 18px; line-height: 28px; font-weight: normal; }
.Motorsport .section_hero .txt_wrap .desc.wide { width: 950px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .txt_wrap .desc { width: auto; padding: 0 30px 19px; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; }
  .Motorsport .section_hero .txt_wrap .desc.wide { width: auto; } }
.Motorsport .section_hero .txt_wrap .desc p { margin-top: 15px; }
.Motorsport .section_hero .txt_wrap .desc p:first-child { margin-top: 0; }
.Motorsport .section_hero .txt_wrap.txt-left .desc, .Motorsport .section_hero .txt_wrap.txt-right .desc { margin: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .txt_wrap { position: relative; left: auto; top: auto; }
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile { display: block; width: 100%; padding: 0 0 15px 0; margin-top: 5px; }
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile:last-child { padding: 0; }
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile:first-child { margin-top: -30px; }
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile img { max-width: 100%; }
  .Motorsport .section_hero .txt_wrap .img_wrap-mobile + .tit { padding-top: 11px; }
  .Motorsport .section_hero .img_pos { display: none; } }
.Motorsport .section_hero .img_wrap-mobile { display: none; }
.Motorsport .section_hero .img_wrap { display: block; position: relative; left: 50%; margin-left: -960px; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .img_wrap { left: auto; margin-left: 0; width: 100%; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_hero .img_wrap { display: none; } }

.Motorsport .section_image_txt { position: relative; overflow: visible; width: 1920px; margin-left: -960px; left: 50%; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt { left: auto; margin-left: 0; width: auto; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap + .img_pos { margin-bottom: 30px; } }
.Motorsport .section_image_txt .txt_wrap { position: absolute; left: 0; top: 0; width: 100%; text-align: center; z-index: 2; margin-top: 112px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap { margin-top: 30px; padding-bottom: 30px; }
  .Motorsport .section_image_txt .txt_wrap.mobile_float, .Motorsport .section_image_txt .txt_wrap.mobile-zero-padding { padding-bottom: 0; } }
.Motorsport .section_image_txt .txt_wrap.txt-top { margin-top: 69px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap.txt-top { margin-top: 30px; text-align: left; } }
.Motorsport .section_image_txt .txt_wrap.txt-left { text-align: left; left: 50%; margin-left: -560px; width: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap.txt-left { left: auto; margin-left: 0; } }
.Motorsport .section_image_txt .txt_wrap.txt-right { text-align: right; right: 50%; margin-right: -560px; width: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap.txt-right { left: auto; margin-left: 0; } }
.Motorsport .section_image_txt .txt_wrap.txt-right > * { clear: both; float: right; }
.Motorsport .section_image_txt .txt_wrap.txt-middle { margin-top: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap.txt-middle { top: 0; margin-top: 30px; -webkit-transform: none; -ms-transform: none; transform: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap.txt-middle .banner_box.list { margin-top: -30px; } }
.Motorsport .section_image_txt .txt_wrap.txt-left-bottom { text-align: left; left: 400px; top: auto; bottom: 311px; width: 544px; }
.Motorsport .section_image_txt .txt_wrap.txt-left-bottom .tit, .Motorsport .section_image_txt .txt_wrap.txt-left-bottom .desc { width: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap.txt-left-bottom { left: auto; margin-left: 0; } }
.Motorsport .section_image_txt .txt_wrap .tit { width: 750px; margin: 0 auto; padding: 0 0 17px 0; font-family: 'HyundaiBold'; font-size: 80px; line-height: 80px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .tit { width: auto; padding: 0 30px 9px; margin-top: 26px; font-family: 'HyundaiBold'; font-size: 25px; line-height: 27px; font-weight: normal; position: absolute; left: 0; top: 0; color: #fff; } }
.Motorsport .section_image_txt .txt_wrap .tit.wide { width: 1120px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .tit.wide { width: auto; } }
.Motorsport .section_image_txt .txt_wrap .tit.narrow { width: 448px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .tit.narrow { width: auto; } }
.Motorsport .section_image_txt .txt_wrap .tit.text-large { padding: 0 0 37px 0; font-family: 'HyundaiBold'; font-size: 130px; line-height: 110px; font-weight: normal; }
.Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow { padding: 37px 0 27px; margin-top: -35px; font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow { margin-top: 0; } }
.Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow:last-child { font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; padding-top: 20px; padding-bottom: 0; margin-bottom: -15px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .tit.text-large { padding: 0 30px 8px; font-family: 'HyundaiBold'; font-size: 30px; line-height: 30px; font-weight: normal; }
  .Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow { padding: 2.5px 0 9.5px; font-family: 'HyundaiBold'; font-size: 14px; line-height: 14px; font-weight: normal; }
  .Motorsport .section_image_txt .txt_wrap .tit.text-large .eyebrow:last-child { font-family: 'HyundaiBold'; font-size: 14px; line-height: 16px; font-weight: normal; padding-top: 12px; padding-bottom: 0; margin-bottom: 0; } }
.Motorsport .section_image_txt .txt_wrap .tit .red { color: #e63514; }
.Motorsport .section_image_txt .txt_wrap span[data-element-type=animation] { display: block; }
.Motorsport .section_image_txt .txt_wrap .eyebrow { display: block; font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; }
.Motorsport .section_image_txt .txt_wrap .eyebrow:last-child { padding-bottom: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .eyebrow:last-child { font-size: 14px; line-height: 16px; font-weight: normal; } }
.Motorsport .section_image_txt .txt_wrap.txt-left .tit, .Motorsport .section_image_txt .txt_wrap.txt-right .tit { margin: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap.txt-left .tit, .Motorsport .section_image_txt .txt_wrap.txt-right .tit { margin-top: 26px; } }
.Motorsport .section_image_txt .txt_wrap .desc { width: 760px; margin: 0 auto; font-family: 'HyundaiRegular'; font-size: 18px; line-height: 28px; font-weight: normal; }
.Motorsport .section_image_txt .txt_wrap .desc.wide { width: 950px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .desc.wide { width: auto; } }
.Motorsport .section_image_txt .txt_wrap .desc.normal { width: 640px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .desc.normal { width: auto; } }
.Motorsport .section_image_txt .txt_wrap .desc.narrow { width: 448px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .desc.narrow { width: auto; } }
.Motorsport .section_image_txt .txt_wrap .desc.text-small { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .desc.text-small { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_image_txt .txt_wrap .desc.text-small p { margin-top: 25px; }
.Motorsport .section_image_txt .txt_wrap .desc.text-small p:first-child { margin-top: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .desc.text-small p { margin-top: 17px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .desc { width: auto; padding: 25px 30px 0; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; }
  .Motorsport .section_image_txt .txt_wrap .desc.wide { width: auto; } }
.Motorsport .section_image_txt .txt_wrap .desc p { margin-top: 15px; }
.Motorsport .section_image_txt .txt_wrap .desc p:first-child { margin-top: 0; }
.Motorsport .section_image_txt .txt_wrap .desc .subtit { display: block; padding: 23px 0 7px 0; font-family: 'HyundaiBold'; font-size: 20px; line-height: 24px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .desc .subtit { padding: 0.5px 0 3.5px 0; font-family: 'HyundaiBold'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_image_txt .txt_wrap.txt-left .desc, .Motorsport .section_image_txt .txt_wrap.txt-right .desc { margin: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap.mobile-hero-style { text-align: center; }
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .txt-left, .Motorsport .section_image_txt .txt_wrap.mobile-hero-style.txt-left { text-align: left; }
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .txt-right, .Motorsport .section_image_txt .txt_wrap.mobile-hero-style.txt-right { text-align: right; }
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .tit { position: static; color: #000; width: auto; padding: 0 30px 9px; font-family: 'HyundaiBold'; font-size: 30px; line-height: 30px; font-weight: normal; }
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .desc { padding: 0 30px 19px; }
  .Motorsport .section_image_txt .txt_wrap.mobile-hero-style .img_wrap-mobile { margin-top: 5px; } }
.Motorsport .section_image_txt .txt_wrap .quote_box { position: relative; max-width: 1120px; margin: 0 auto; padding: 0 0 43px 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .quote_box { position: absolute; left: 0; top: 0; padding: 46px 0 0 0; margin: 0 auto; color: #fff; width: 100%; } }
.Motorsport .section_image_txt .txt_wrap .quote_box .quote { margin: 0 auto; font-family: 'HyundaiMedium'; font-size: 40px; line-height: 50px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .quote_box .quote { width: auto; padding: 0 30px; font-family: 'HyundaiMedium'; font-size: 18px; line-height: 23px; font-weight: normal; } }
.Motorsport .section_image_txt .txt_wrap .quote_box .quote:before { content: "“"; }
.Motorsport .section_image_txt .txt_wrap .quote_box .quote:after { content: "”"; }
.Motorsport .section_image_txt .txt_wrap .quote_box .author { width: 920px; margin: 0 auto; padding-top: 15px; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 28px; font-weight: normal; }
.Motorsport .section_image_txt .txt_wrap .quote_box .author .author_name { font-family: 'HyundaiMedium'; font-size: 26px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .quote_box .author .author_name { font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_image_txt .txt_wrap .quote_box .author .author_desc { font-family: 'HyundaiRegular'; font-size: 20px; line-height: 28px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .quote_box .author .author_desc { font-size: 11px; line-height: 14px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .quote_box .author { width: auto; padding: 8px 30px 0; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_image_txt .txt_wrap .quote_box .img_wrap_mobile { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .quote_box .img_wrap_mobile { display: block; padding: 11.5px 0 0 0; margin-bottom: -1px; } }
.Motorsport .section_image_txt .txt_wrap .banner_box { position: absolute; width: 100%; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }
.Motorsport .section_image_txt .txt_wrap .banner_box.list { position: static; transform: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box.list { position: relative; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box.list .tit_wrap { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } }
.Motorsport .section_image_txt .txt_wrap .banner_box .tit { font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; padding-bottom: 0; }
.Motorsport .section_image_txt .txt_wrap .banner_box .tit.text-small { font-family: 'HyundaiMedium'; font-size: 36px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box .tit.text-small { font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box .tit.text-large { font-size: 25px; line-height: 27px; font-weight: normal; } }
.Motorsport .section_image_txt .txt_wrap .banner_box .desc { padding-top: 20px; font-family: 'HyundaiRegular'; font-size: 18px; line-height: 28px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box .desc { padding-top: 0; } }
.Motorsport .section_image_txt .txt_wrap .banner_box .desc + a { display: inline-block; margin-top: 28px; }
.Motorsport .section_image_txt .txt_wrap .banner_box .desc.text-large { padding-bottom: 41px; font-family: 'HyundaiMedium'; font-size: 36px; line-height: 46px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box .desc.text-large { font-size: 20px; line-height: 22px; font-weight: normal; color: #fff; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box .desc.text-normal { padding-top: 20px; font-size: 14px; line-height: 21px; font-weight: normal; color: #fff; } }
.Motorsport .section_image_txt .txt_wrap .banner_box .desc.more { color: #fff; margin-top: 0; }
.Motorsport .section_image_txt .txt_wrap .banner_box .tit + .more { padding-top: 8px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box .tit + .more { padding-top: 0; margin-top: -7.5px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .banner_box .tit { font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; position: static; margin: 0; }
  .Motorsport .section_image_txt .txt_wrap .banner_box .desc + a { margin-top: 0; }
  .Motorsport .section_image_txt .txt_wrap .banner_box .link_button { color: #fff; } }
.Motorsport .section_image_txt .txt_wrap .social_list { text-align: center; padding-top: 22px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .social_list { padding-top: 11px; } }
.Motorsport .section_image_txt .txt_wrap .social_list li { display: inline-block; padding: 0 14px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .social_list li { padding: 0 7.5px; }
  .Motorsport .section_image_txt .txt_wrap .social_list li img { width: 35px; height: auto; } }
.Motorsport .section_image_txt .txt_wrap .link_list { text-align: center; font-size: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list { background: #eee; } }
.Motorsport .section_image_txt .txt_wrap .link_list li { display: inline-block; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list li { display: block; padding: 0 30px; text-align: right; border-top: 1px solid #dadada; }
  .Motorsport .section_image_txt .txt_wrap .link_list li:first-child { border-top: none; } }
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(1) { padding-right: 88px; }
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(1) .ico_wrap { padding-left: 93px; }
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(2) { padding-right: 108px; }
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(2) .ico_wrap { padding-left: 40px; }
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(3) { padding-right: 56px; }
.Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(3) .ico_wrap { padding-left: 26px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(n) { padding-right: 0; }
  .Motorsport .section_image_txt .txt_wrap .link_list li:nth-child(n) .ico_wrap { padding-left: 0; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list li .more { display: -webkit-flex; display: -ms-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; min-height: 69px; padding: 0; margin: 0; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list li .more a { color: #000; } }
.Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap { padding: 25px 0 8px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap { width: 71px; padding: 6px 0 0; } }
.Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_cert { display: block; height: 60px; text-align: left; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_cert { height: auto; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_cert img { width: auto; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_completion_certificate { width: 30px; height: 35px; }
  .Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_circuit_license { width: 52px; height: 35px; }
  .Motorsport .section_image_txt .txt_wrap .link_list li .ico_wrap .ico_kara_license { width: 52px; height: 35px; } }
.Motorsport .section_image_txt .txt_wrap .more { padding-top: 26px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap .more { margin-top: -12px; padding: 0 30px; }
  .Motorsport .section_image_txt .txt_wrap .more.desktop { display: none; } }
.Motorsport .section_image_txt .schedule_box { width: 100%; text-align: center; padding: 92px 0 0 0; }
.Motorsport .section_image_txt .schedule_box.small { padding-top: 64px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box.small { padding: 30px 0 18px; margin-left: 0; margin-right: -30px; background: #eee; } }
.Motorsport .section_image_txt .schedule_box.small ul li:first-child .tit_wrap { margin-left: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box.small ul li:first-child .tit_wrap { margin-left: auto; } }
.Motorsport .section_image_txt .schedule_box.small .tit_wrap { margin: 0 25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box.small .tit_wrap { margin: 0 auto; } }
.Motorsport .section_image_txt .schedule_box.small .tit-round { width: 170px; height: 170px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box.small .tit-round { width: 150px; height: 150px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box.small .tit-round strong { font-size: 20px; line-height: 22px; font-weight: normal; } }
.Motorsport .section_image_txt .schedule_box.small ul .next { width: 61px; height: 170px; background-position: 50% 59px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box.small ul .next { width: auto; min-height: 14px; height: auto; padding: 0; margin-bottom: 20px; background-position: 50% bottom; } }
.Motorsport .section_image_txt .schedule_box.small ul .next strong { top: -17px; left: -50px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box.small ul .next strong { display: block; width: auto; padding-bottom: 30px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box { background: #eee; margin: 23.5px 0 0 -30px; padding: 30px 0 0 0; width: auto; } }
.Motorsport .section_image_txt .schedule_box ul { display: inline-block; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul { display: block; } }
.Motorsport .section_image_txt .schedule_box ul li { display: block; float: left; padding: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li { float: none; } }
.Motorsport .section_image_txt .schedule_box ul li .tit_wrap { position: relative; float: left; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .tit_wrap { float: none; } }
.Motorsport .section_image_txt .schedule_box ul li .tit_wrap a.tit-round:active { -webkit-tap-highlight-color: transparent; }
.Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round { float: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round + .bubble_wrap { display: block; position: static; margin-top: 0; }
  .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round + .bubble_wrap .bubble { padding: 11px 30px; } }
@media screen and (min-width: 740px) { .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round:hover, .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round:focus { background-color: #a8cbe6; }
  .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round:hover + .bubble_wrap, .Motorsport .section_image_txt .schedule_box ul li .tit_wrap .tit-round:focus + .bubble_wrap { display: block; } }
.Motorsport .section_image_txt .schedule_box ul li .tit-round { float: left; position: relative; display: block; width: 220px; height: 220px; background: #fff; border-radius: 110px 110px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .tit-round { float: none; width: 150px; height: 150px; margin: 0 auto; background: #002c5f; border-radius: 75px 75px; } }
.Motorsport .section_image_txt .schedule_box ul li .tit-round strong { position: absolute; top: 50%; left: 0; width: 100%; font-family: 'HyundaiBold'; font-size: 20px; line-height: 24px; font-weight: normal; text-align: center; color: #000; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .tit-round strong { color: #fff; font-family: 'HyundaiMedium'; font-size: 14px; line-height: 16px; font-weight: normal; } }
.Motorsport .section_image_txt .schedule_box ul li .next { float: left; display: block; position: relative; width: 100px; height: 220px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAA2CAYAAAAyEzKAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhFJREFUeNq0mE0oRGEUhq/fGuW3UCywMQuSkmzMStiIDbGS2BErYaXYSLObZEWTlbASC2GFDU1JLLDAYgiFRlGDcZ1T381xkoXe79RTs7rP3HvmnnnP57iuW0G8uN91QmQQDgrvQ7f7sxZsSJg5JeqzIfERh0LySlSjJUw5EROiMyILLWE61GNbtiFhQko0aEOSThwISZyoRUuYUuJBiK6IPLSEaSE+hWiNSEJLmGnVn1EbkhRiR0g+iABawhQRd0J0TRSgJUyjuQuvtsxdQiXMuOrPhA0Jf/NN1Z8mtITJJ6JCdE8UoyVMPfEuRLtEKlrCjKj+BG1I+M1fFRKeDK1oCZNLXArRo5l5UIljpnNciCJmikMlzIDqz4wNCbOkRJ02JJwFToXkmfCjJUyVCopHHBTREsfkNVnhZAdf+poJ9F1Um1DoFYdFH1KQTZwLQcyERWjjV1Qv2tE/4SElCKFfxjo1VvbRYyXPhD6vOAyWoEf9uhr1LehRP6b6MIX+0wqoeLTzVzz6j6CQuBGCWxP+oJFoW0WiBnQkmlR9GEeHu2YiIQQb6JhabEKcV1ET8mCBO43YE4I3E+6gq0NQ9WEYvQS1qXVuFb3OlRFPQnBB5KBX7IhasWvQK/as6kM/+rCgSwkW0ccefhPKvOKwlomU8GndsRBwSKtEH0WF1WPqQR+q9SrBPPp48Nf8ipR8CTAAhO5Mr4VO88oAAAAASUVORK5CYII=) no-repeat 50% 79px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .next { float: none; width: 100%; height: 72.5px; padding: 25px 0 0 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAcCAYAAADSkrd6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdZJREFUeNrkmD9IQkEcx08xEhEJpEkIGoIGB4cClwYXl5YgosHFyamlqam9ycWpqaWpJYgW1xYHhwaHoCEInEKQkMjK/nxPvsbruOdTMd+78wcf9L133v0++vO9uxNCiC0xX9H3/QBHIGS5bIie0ld8k2uQtFQ4Sb+B6+8bySPIWiacpZfTU3wpJ97AgSXlfAjeFT/pK7ZBS7kguQAJQ4UTzF91atG3Hyugpml0DzKGCWeYt+pSo+efWABlTbm/gpIhwiXmq5ZzmX6usQPamm/qHMQDKhtnfmrObfqMFKugrunkDqQDJpxmXmqudXqMFYugounsBRQDIlxkPmqOFeY/ceyDjqbjMxDzSTbG8dWcnsHetAZZBw3NIA1em2UMy2VtVt+urILCjIQLflWd2//oFET/acwo+/f1/jLVO6ZHyJK9DcqTZCrPRo/Y5c0pcHOGiWdBQ8KI2eFY812PMGodMNLKxiOMXfHJtXhXU+4nIOLymQivq+XcNWltv6nZrZDcgJTSNsXzatsHsGH6vtSAJ5BnmzyP1TaXYMnkLZvBDqRT6hNc8dV53qqdWbnX3NT8ok6awsI9+GVQdRGu8rqVEQbHoEfZHo/DYg4ix/l0zo/BfwQYABJlEeOvgSoEAAAAAElFTkSuQmCC) no-repeat 50% 54px; background-size: 30.5px 14px; } }
.Motorsport .section_image_txt .schedule_box ul li .next strong { position: absolute; left: -25px; top: -4px; width: 160px; font-family: 'HyundaiBold'; font-size: 16px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .next strong { position: static; left: auto; top: auto; width: 30.5px; height: 14px; margin: 0 auto; font-family: 'HyundaiBold'; font-size: 14px; line-height: 16px; font-weight: normal; } }
.Motorsport .section_image_txt .schedule_box ul li .and { float: left; width: 60px; height: 220px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAsCAYAAADmZKH2AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAn9JREFUWIW1mdF56yAMhUk38ApeIStkhayQjuAVskI6gu8IuSO4I/iO4DvC6YPllGIdCTA93+cXB6QfgUA4IVQIwBXAAGDBXpP8ds60RZ9SqBsBYnp6kIfhAPTiqFbDr8AJ2HwAzASshgPQGWBT6hDrWrQifGkJNxAnj8p+U0s4NRvtXq++LILnpB193gzjlxBCp/z0JwcuhPBB3u+mlonChRB68v4z03ZuOyoLToua9b65LLj/5H3utGSdEFXCur8xuY5bJEStgxkAnV6sx5ymp9K2Gu5iRG/nSPqwPW4XtUNw0nk0nI1Ru85p2/b4ipxaZ+vdiRYFOwwnBs6O8yqwJnBihC1ypgl5Wd2s2Myp6RYvWk3hJGq5NV3RCVINh3WtTZlQm0bbagM4+Blo6f5rcPDX1oi16rV0aw4HexoXANeorZfBNFtlgNs1cnDhYO/wE4BdjYd1E7YGo9aF4FfMbgcHe42p52jBoLqkPVsSE9LICS0biXtnkP7WchiT9mwwP6bXixqdFgWwNwYIyMYsA2HqNTg26uydXux4Z/D2jUXTE2lCOCMpLrXhZzCL7k2DY+X4UgoWAVoZzIBfWZoDN9fCCaCVwan0fc6Aq46cwHkZ/AoClKghSgimQ9c7+BkMKGtte7Z7619iP/vTgabT6fQvhPDuNLNLLPAMW1BYnym2c6b2ak2rdUKYn7scsJKvoRcVzokeUL4Z9ygvUneAqVEr/bMKSBwrUoEoQVLDXvrP4rxP+lnHUqxRfHjTfd/BZQLW6pb48TZpXg0BeDSCGsELTqsasrcxrAu05BiK9XAdBPWGN8s7r+tulOwvJeD7PpB1sYnsbs8gYK+a7gsDHIi7fbYF5QAAAABJRU5ErkJggg==) no-repeat 50% 58px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .and { float: none; display: block; width: auto; height: 22px; margin: 2px 0 22px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAsBAMAAAAUSrzFAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAARnQU1BAACxjwv8YQUAAAABc1JHQgCuzhzpAAAAMFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABaPxwLAAAAD3RSTlMAd8zuESKqZjO7Vd1EiJkNcw8RAAABfUlEQVQoz2WSwU7CQBCGB22BNhglxpOHSqKJN/QJ2nAwMR4g8ehBY+IZ3gDjE/gG8gZ48OAN30B9AnkAE6PEBgEdZ3Z22W07l+3+uzOz/zcFUBFuIjauIROVGCl+Mqp/hyo+XfEMdWxYzRtRQQjp+sKKJcQ/Wb6suIq4wytdta2edbGhW7SP+MTruStGiIOCSDfHhXS6MS00ChDnCXklo/ZJNfJyq0pPHZtdxBSOsjbhhPaveSDVIg95FMV+FnLA2mEO/IjFJKNVmyr7IiNG0uY3XzAl39hzREqeDMij8nNZV1qZtnsAb3TUAYilYSQc+GwXQpmTF8uEvCYDKIvXkqQBnLLPNuI3fa8YDgxgFimI0F5SZACxPIxmcSDimrIwSUS8t6x1LXsTWiw+8Ne6nYwfG6+BM4WhoV/RtTUFnIF2NHb4y2/VN/m+sF4YSi8Oa9WKScy3IGQtPTYTaOEyesqA+q0/jHYl0FSrWle0d97c4KN+YJ3e1dBz2+7AP+xwTRjo54YXAAAAAElFTkSuQmCC) no-repeat 50% 0; background-size: auto 100%; } }
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap { display: none; position: absolute; left: 50%; width: 220px; margin-top: 18px; margin-left: -110px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .bubble_wrap { width: auto; margin-left: 0; } }
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble { padding: 26px 20px; background: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble { background: transparent; } }
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble:before { content: ''; position: absolute; top: -8px; left: 50%; margin-left: -8px; border-bottom: 8px solid #fff; border-left: 8px solid transparent; border-right: 8px solid transparent; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble:before { content: none; } }
.Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble .bubble_content { color: #000; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box ul li .bubble_wrap .bubble .bubble_content { font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_image_txt .schedule_box ul li:after { content: ""; display: block; width: 110px; }
.Motorsport .section_image_txt .schedule_box ul li:last-child:after { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .schedule_box + .more { margin: 0 0 -30px -30px; padding: 24px 0 28.5px 0; background: #eee; } }
.Motorsport .section_image_txt .more.mobile-only { padding-bottom: 9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .txt_wrap { position: relative; left: auto; top: auto; } }
.Motorsport .section_image_txt .img_wrap-mobile { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .img_wrap-mobile { display: block; width: 100%; padding: 0; }
  .Motorsport .section_image_txt .img_wrap-mobile.pos_full { padding: 0 15px; }
  .Motorsport .section_image_txt .img_wrap-mobile:last-child { padding: 0; }
  .Motorsport .section_image_txt .img_wrap-mobile:first-child { margin-top: -30px; }
  .Motorsport .section_image_txt .img_wrap-mobile img { max-width: 100%; } }
.Motorsport .section_image_txt .img_wrap { display: block; position: relative; left: 50%; margin-left: -960px; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .img_wrap { left: auto; margin-left: 0; width: 100%; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt .img_wrap { display: none; } }
.Motorsport .section_image_txt .bg_wrap { display: none; }
.Motorsport .section_image_txt.bg-layered-middle .section_wrap { position: relative; margin: 130px 0; }
.Motorsport .section_image_txt.bg-layered-middle .bg_wrap { display: block; position: absolute; left: 0; top: -130px; }
@media screen and (min-width: 741px) { .Motorsport .section_image_txt.bg-layered-top .section_wrap { position: relative; margin-top: 130px; margin-right: 130px; }
  .Motorsport .section_image_txt.bg-layered-top .img_wrap { margin-left: -895px; }
  .Motorsport .section_image_txt.bg-layered-top .txt_wrap { padding-left: 120px; }
  .Motorsport .section_image_txt.bg-layered-top .txt_wrap.txt-left { margin-left: -495px; padding-left: 0; }
  .Motorsport .section_image_txt.bg-layered-top .bg_wrap { display: block; position: absolute; left: 0; top: -130px; z-index: 1; }
  .Motorsport .section_image_txt.bg-layered-top .pos_right { right: 270px; }
  .Motorsport .section_image_txt.bg-layered-bottom .section_wrap { position: relative; margin-bottom: 130px; margin-right: 130px; }
  .Motorsport .section_image_txt.bg-layered-bottom .img_wrap { margin-left: -895px; }
  .Motorsport .section_image_txt.bg-layered-bottom .txt_wrap { padding-left: 120px; }
  .Motorsport .section_image_txt.bg-layered-bottom .txt_wrap.txt-left { margin-left: -495px; padding-left: 0; }
  .Motorsport .section_image_txt.bg-layered-bottom .bg_wrap { display: block; position: absolute; left: 0; top: 0; z-index: 1; }
  .Motorsport .section_image_txt.bg-layered-bottom .pos_right { right: 270px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_image_txt.bg-layered-mobile-right { margin-top: 65px; }
  .Motorsport .section_image_txt.bg-layered-mobile-right .section_wrap { margin: 35px 30px 0 0; }
  .Motorsport .section_image_txt.bg-layered-mobile-right .img_wrap { margin-left: 0; }
  .Motorsport .section_image_txt.bg-layered-mobile-right .txt_wrap.txt-left { margin-left: 0; }
  .Motorsport .section_image_txt.bg-layered-mobile-right .bg_wrap { display: block; position: absolute; left: 0; top: -35px; z-index: 1; }
  .Motorsport .section_image_txt.bg-layered-mobile-right .txt_wrap.txt-left .tit { padding: 0 30px 8px; }
  .Motorsport .section_image_txt.bg-layered-mobile-right .txt_wrap .desc { padding-left: 30px; padding-right: 0; }
  .Motorsport .section_image_txt.bg-layered-mobile-right .img_pos.pos_left, .Motorsport .section_image_txt.bg-layered-mobile-right .img_pos.pos_right, .Motorsport .section_image_txt.bg-layered-mobile-right .img_pos.pos_right_bottom, .Motorsport .section_image_txt.bg-layered-mobile-right .img_pos.pos_full { padding: 0 0 35px 30px; margin-top: -5px; }
  .Motorsport .section_image_txt.bg-layered-mobile-left { margin-top: 65px; }
  .Motorsport .section_image_txt.bg-layered-mobile-left .section_wrap { margin: 35px 0 0 30px; }
  .Motorsport .section_image_txt.bg-layered-mobile-left .img_wrap { margin-left: 0; }
  .Motorsport .section_image_txt.bg-layered-mobile-left .txt_wrap.txt-left { margin-left: 0; }
  .Motorsport .section_image_txt.bg-layered-mobile-left .bg_wrap { display: block; position: absolute; left: 0; top: -35px; z-index: 1; }
  .Motorsport .section_image_txt.bg-layered-mobile-left .txt_wrap.txt-left .tit { padding: 0 30px 9px 22.5px; }
  .Motorsport .section_image_txt.bg-layered-mobile-left .txt_wrap .desc { padding-left: 0; padding-right: 30px; }
  .Motorsport .section_image_txt.bg-layered-mobile-left .img_pos.pos_left, .Motorsport .section_image_txt.bg-layered-mobile-left .img_pos.pos_right, .Motorsport .section_image_txt.bg-layered-mobile-left .img_pos.pos_right_bottom, .Motorsport .section_image_txt.bg-layered-mobile-left .img_pos.pos_full { padding: 0 30px 0 0; margin-bottom: 35px; margin-top: -5px; }
  .Motorsport .section_image_txt.bg-layered-middle .img_wrap { display: none; } }

.Motorsport .section_video { position: relative; }
.Motorsport .section_video .section_wrap, .Motorsport .section_video .thumbnail_wrap { position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_video .dimmed { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } }
.Motorsport .section_video .txt_wrap { position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; padding-left: 176px; }
.Motorsport .section_video .txt_wrap .tit { font-family: 'HyundaiMedium'; font-size: 36px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_video .txt_wrap .tit { display: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_video .txt_wrap .desc { display: none; } }
.Motorsport .section_video .btn_play { width: 112px; height: 112px; margin: -56px 0 0 -56px; }
.Motorsport .section_video .btn_play:before { left: 44px; top: 38px; border-width: 18px 0 18px 26px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_video .btn_play { width: 35px; height: 35px; margin: -17.5px 0 0 -17.5px; }
  .Motorsport .section_video .btn_play:before { left: 13px; top: 12px; border-width: 6px 0 6px 9px; } }
.Motorsport .section_video .desc { padding-top: 14px; font-size: 18px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_video .desc.mobile-only { position: relative; left: auto; top: auto; z-index: 3; margin: 0; padding: 10px 0 12px; background: #eee; text-align: center; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_video .desc .more a { font-family: 'HyundaiMedium'; font-size: 12px; line-height: 12px; font-weight: normal; color: #000; } }
.Motorsport .section_video .img_wrap { display: block; position: relative; left: 50%; margin-left: -960px; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_video .img_wrap { left: auto; margin-left: 0; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_video .layer_wrap.fixed_layer_wrap .layer .layer_inner { top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } }

.Motorsport .section_news { overflow: hidden; }
.Motorsport .section_news .section_wrap { position: relative; left: 50%; width: 1120px; margin-left: -560px; padding-bottom: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap { width: auto; left: 0; padding: 0 15px 29px; margin: 0; } }
.Motorsport .section_news .section_wrap .link_layer { margin: 53px 0 38px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap .link_layer { margin: 15px 0 0; } }
.Motorsport .section_news .section_wrap .tit { position: relative; z-index: 2; width: 100%; padding: 119px 0 0 0; text-align: center; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap .tit { padding: 31px 0 0 0; font-family: 'HyundaiBold'; font-size: 25px; line-height: 30px; font-weight: normal; } }
.Motorsport .section_news .section_wrap .more { position: absolute; z-index: 2; right: 0; margin: -34px 0 0 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap .more { position: relative; left: auto; width: 100%; text-align: center; margin: 4px 0 0 0; } }
.Motorsport .section_news .section_wrap .newslist { position: relative; z-index: 2; width: 100%; overflow: hidden; clear: both; margin-top: 45px; padding-top: 0; padding-bottom: 53px; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap .newslist { padding-top: 0; padding-bottom: 0; margin-top: 14px; overflow: hidden; } }
.Motorsport .section_news .section_wrap .newslist:after { content: ''; width: 100%; height: 0; clear: both; display: block; }
.Motorsport .section_news .section_wrap .newslist .news { float: left; padding: 0; }
.Motorsport .section_news .section_wrap .newslist .news:first-child { margin-left: 0; }
.Motorsport .section_news .section_wrap .newslist .news:focus { outline: none; }
.Motorsport .section_news .section_wrap .newslist .news a { display: inline-block; }
.Motorsport .section_news .section_wrap .newslist .news .img img { width: 100%; height: auto; }
.Motorsport .section_news .section_wrap .newslist .news .date { text-align: center; padding-bottom: 3px; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
.Motorsport .section_news .section_wrap .newslist .news .subject { display: block; max-width: 800px; margin: 0 auto; text-align: center; padding: 14px 0 13px 0; font-family: 'HyundaiMedium'; font-size: 26px; line-height: 30px; font-weight: normal; }
.Motorsport .section_news .section_wrap .newslist .news .subject h3 { font-family: 'HyundaiMedium'; font-size: 26px; line-height: 30px; font-weight: normal; }
.Motorsport .section_news .section_wrap .newslist .news .desc { max-width: 800px; margin: 0 auto; text-align: center; font-family: 'HyundaiRegular'; font-size: 20px; line-height: 24px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap .newslist .news { width: 100%; margin: 0; padding: 0; }
  .Motorsport .section_news .section_wrap .newslist .news .subject { text-align: center; padding: 11.5px 23px 7px; font-family: 'HyundaiBold'; font-size: 15px; line-height: 17px; font-weight: normal; }
  .Motorsport .section_news .section_wrap .newslist .news .subject h3 { font-family: 'HyundaiBold'; font-size: 15px; line-height: 17px; font-weight: normal; }
  .Motorsport .section_news .section_wrap .newslist .news .date { display: block; text-align: center; font-family: 'HyundaiRegular'; font-size: 12px; line-height: 19px; font-weight: normal; }
  .Motorsport .section_news .section_wrap .newslist .news .desc { font-family: 'HyundaiRegular'; font-size: 12px; line-height: 17px; font-weight: normal; padding: 0 0 0.5px; } }
.Motorsport .section_news .section_wrap .newslist .slick-prev { left: 50%; top: 245px; bottom: auto; margin-left: -560px; margin-top: 0; margin-bottom: 106px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap .newslist .slick-prev { left: 0; top: 0; margin-left: 0; margin-bottom: 0; } }
.Motorsport .section_news .section_wrap .newslist .slick-next { right: 50%; top: 245px; bottom: auto; margin-right: -560px; margin-top: 0; margin-bottom: 106px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap .newslist .slick-next { right: 0; top: 0; margin-right: 0; margin-bottom: 0; } }
.Motorsport .section_news .section_wrap .bg_wrap { position: absolute; left: -400px; top: 0; z-index: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_news .section_wrap .bg_wrap { left: 0; width: 100%; } }

.Motorsport .section_gallery_video { margin: 0 auto; }
.Motorsport .section_gallery_video .section_wrap { overflow: hidden; width: 1920px; left: 50%; margin-left: -960px; position: relative; padding-bottom: 122px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap { width: 100%; left: auto; margin: 0; padding-bottom: 0; } }
.Motorsport .section_gallery_video .section_wrap .tit { width: 800px; margin: 0 auto; padding: 115px 0 0 0; text-align: center; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .tit { width: auto; padding: 32px 0 10px 0; font-family: 'HyundaiBold'; font-size: 25px; line-height: 27px; font-weight: normal; } }
.Motorsport .section_gallery_video .section_wrap .more { position: absolute; left: 50%; width: 400px; text-align: right; padding: 0 32px 0 0; margin-top: -34px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .more { position: relative; left: auto; text-align: center; width: auto; padding: 0; margin: -2.5px 0 0 0; } }
.Motorsport .section_gallery_video .section_wrap .gallery_list { width: 800px; margin: 0 auto; position: relative; margin-top: 45px; padding: 0; }
.Motorsport .section_gallery_video .section_wrap .gallery_list:after { display: block; content: ""; width: 100%; height: 0; clear: both; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .gallery_list { width: auto; margin-top: 13.5px; } }
.Motorsport .section_gallery_video .section_wrap .gallery_list .video { position: relative; width: 100%; margin: 0 16px; float: left; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .gallery_list .video { margin: 0 15px; } }
.Motorsport .section_gallery_video .section_wrap .gallery_list .video:focus { outline: none; }
.Motorsport .section_gallery_video .section_wrap .gallery_list .video img { width: 100%; }
.Motorsport .section_gallery_video .section_wrap .gallery_list .video .btn_play { display: none; margin: -35px 0 0 -35px; top: 50%; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .gallery_list .video .btn_play { top: 50%; margin: -17.5px 0 0 -17.5px; } }
.Motorsport .section_gallery_video .section_wrap .gallery_list .video.slick-current { /*
.subject,
.date {
	display:block;
}
*/ }
.Motorsport .section_gallery_video .section_wrap .gallery_list .video.slick-current .btn_play { display: block; }
.Motorsport .section_gallery_video .section_wrap .gallery_list .slick-prev { left: -64px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .gallery_list .slick-prev { left: 15px; top: 50%; bottom: auto; margin-top: -17.5px; } }
.Motorsport .section_gallery_video .section_wrap .gallery_list .slick-next { right: -64px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .gallery_list .slick-next { right: 15px; top: 50%; bottom: auto; margin-top: -17.5px; } }
.Motorsport .section_gallery_video .section_wrap .video-info { padding: 0; width: 736px; height: 78px; margin: 0 auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .video-info { width: 100%; height: auto; } }
.Motorsport .section_gallery_video .section_wrap .video-info .subject { font-family: 'HyundaiMedium'; font-size: 20px; line-height: 26px; font-weight: normal; padding: 25px 0 1px 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .video-info .subject { font-family: 'HyundaiMedium'; font-size: 14px; line-height: 21px; font-weight: normal; padding: 15px 30px 0; } }
.Motorsport .section_gallery_video .section_wrap .video-info .date { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .video-info .date { font-family: 'HyundaiRegular'; font-size: 12px; line-height: 21px; font-weight: normal; padding: 0 30px 11px; margin-top: 3px; } }
.Motorsport .section_gallery_video .section_wrap .page { top: auto; margin-top: -52px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_video .section_wrap .page { padding-bottom: 30px; margin-top: 0; } }

.Motorsport .section_gallery_photo { position: relative; width: 100%; margin: 0 auto; }
.Motorsport .section_gallery_photo .section_wrap { position: relative; width: 1120px; overflow: visible; position: relative; left: 50%; margin-left: -560px; padding-bottom: 130px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap { width: auto; overflow: hidden; left: auto; margin-left: 0; padding: 15px 15px 31px; } }
.Motorsport .section_gallery_photo .section_wrap .tit { width: 100%; padding: 119px 0 45px 0; text-align: center; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .tit { padding: 16px 0 23px 0; font-family: 'HyundaiBold'; font-size: 25px; line-height: 27px; font-weight: normal; } }
.Motorsport .section_gallery_photo .section_wrap .more { margin: -37px 0 21px 0; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .more { position: relative; left: auto; width: 100%; text-align: center; margin: -15.5px 0 14px 0; } }
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_list { display: none; }
.Motorsport .section_gallery_photo .section_wrap .gallery_list { position: relative; width: 100%; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .gallery_list { overflow: hidden; } }
.Motorsport .section_gallery_photo .section_wrap .gallery_list .slick-track { line-height: 0; }
.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo { float: left; width: 1120px; line-height: 0; }
.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo img { width: 100%; height: auto; padding: 28px 50px; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .gallery_list .photo img { padding: 0; } }
.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo.slick-current img { padding: 0; }
.Motorsport .section_gallery_photo .section_wrap .gallery_list .photo:focus { outline: none; }
.Motorsport .section_gallery_photo .section_wrap .gallery_list:after { display: block; content: ""; width: 100%; height: 0; clear: both; }
.Motorsport .section_gallery_photo .section_wrap .gallery_list .slick-track:after { display: block; content: ""; width: 100%; height: 0; clear: both; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .gallery_list .slick-prev { top: 50%; bottom: auto; margin-top: -17.5px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .gallery_list .slick-next { top: 50%; bottom: auto; margin-top: -17.5px; } }
.Motorsport .section_gallery_photo .section_wrap.list_type .tabs_contents { padding-top: 35px; }
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_thumb_list { margin-top: 0; }
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_thumb_list .thumb { width: 196px; margin: 0 0 35px 35px; }
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_thumb_list .thumb:nth-child(5n-4) { margin-left: 0; }
.Motorsport .section_gallery_photo .section_wrap.list_type .gallery_thumb_list .thumb.on:before { display: none; }
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list { position: relative; width: 100%; margin-top: 30px; overflow: hidden; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list { display: none; } }
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .thumb { position: relative; float: left; width: 160px; box-sizing: border-box; }
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .thumb img { width: 100%; height: auto; }
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .thumb.on:before { content: ""; display: block; border: 10px solid #e63312; width: 100%; height: 100%; position: absolute; left: 0; top: 0; box-sizing: border-box; }
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .slick-prev, .Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .slick-next { -ms-transform: scale(0.6, 0.6); /* IE 9 */ -webkit-transform: scale(0.6, 0.6); /* Safari */ transform: scale(0.6, 0.6); }
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .slick-prev { left: -10px; }
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list .slick-next { right: -10px; }
.Motorsport .section_gallery_photo .section_wrap .gallery_thumb_list:after { display: block; content: ""; width: 100%; height: 0; clear: both; }
.Motorsport .section_gallery_photo .section_wrap.list_type .page { display: none; }
.Motorsport .section_gallery_photo .section_wrap .page { position: absolute; left: auto; right: 0; top: auto; bottom: 143px; color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .page { position: relative; right: auto; bottom: auto; text-align: center; color: #000; padding-top: 13px; } }
.Motorsport .section_gallery_photo .section_wrap .gallery_content { position: relative; }
.Motorsport .section_gallery_photo .section_wrap .toggleList { position: absolute; left: 50%; top: -45px; margin: 0 0 0 535px; width: 25px; height: 25px; background: #ea3115; z-index: 1; }
.Motorsport .section_gallery_photo .section_wrap .toggleList a { position: absolute; display: block; width: 100%; height: 100%; }
.Motorsport .section_gallery_photo .section_wrap .toggleList a span.hidden { position: absolute; width: 0; height: 0; overflow: hidden; top: 0; left: 0; }
.Motorsport .section_gallery_photo .section_wrap .toggleList a.list:before { content: ""; display: block; position: absolute; left: 7px; top: 0; width: 7px; height: 100%; border-left: 2px solid #fff; border-right: 2px solid #fff; }
.Motorsport .section_gallery_photo .section_wrap .toggleList a.list:after { content: ""; display: block; position: absolute; left: 0; top: 7px; width: 100%; height: 7px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
.Motorsport .section_gallery_photo .section_wrap .toggleList a.gallery { display: none; }
.Motorsport .section_gallery_photo .section_wrap .toggleList a.gallery:before { content: ""; display: block; position: absolute; left: 5px; top: 0; width: 11px; height: 100%; border-left: 2px solid #fff; border-right: 2px solid #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_gallery_photo .section_wrap .toggleList { display: none; } }
.Motorsport .section_gallery_photo .section_wrap.list_type .toggleList a.list { display: none; }
.Motorsport .section_gallery_photo .section_wrap.list_type .toggleList a.gallery { display: block; }

.Motorsport .section_crews { width: 100%; max-width: 1920px; margin: 0 auto; background: #eee; position: static; background: #000; color: #fff; }
.Motorsport .section_crews .section_wrap { width: 1800px; overflow: hidden; position: relative; left: 50%; padding-top: 123px; margin-left: -900px; padding-bottom: 80px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap { width: auto; left: auto; margin: 0 15px; padding: 35px 0 29px; } }
.Motorsport .section_crews .section_wrap .eyebrow { text-align: center; padding: 0; margin-top: -5px; font-family: 'HyundaiBold'; font-size: 36px; line-height: 80px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .eyebrow { margin: 0; font-size: 14px; line-height: 14px; font-weight: normal; } }
.Motorsport .section_crews .section_wrap .red { color: #e63514; }
.Motorsport .section_crews .section_wrap .tit { position: relative; width: 100%; padding: 0; text-align: center; z-index: 2; font-family: 'HyundaiBold'; font-size: 130px; line-height: 110px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .tit { font-size: 30px; line-height: 30px; font-weight: normal; padding: 7px 0 24px; } }
.Motorsport .section_crews .section_wrap .more { float: right; margin-top: -34px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .more { float: none; text-align: center; padding: 0; margin: 9px 0 0 0; } }
.Motorsport .section_crews .section_wrap .crews_list { position: relative; width: 100%; 				/*
				@media screen and (max-width: 740px) and (min-width: 0) {
					margin-top:13px;
				}
				@media screen and (max-width: 740px) and (min-width: 0) {
					.slick-list {
						background:#002c5f;
					}
				}
				.drivers {
					@media screen and (max-width: 740px) and (min-width: 0) {
						height:auto;
						background:#002c5f;
					}
					.driver {

						&:first-child {
							.photo {
								padding-right:16px;
								padding-left:160px;
								@media screen and (max-width: 740px) and (min-width: 0) {
									padding:2px 3px 0 3.5px;
								}
							}
						}
						.photo {
							width:100%;
							height:466px;
							padding-right:160px;
							padding-left:16px;
							background:#fff;
							@media screen and (max-width: 740px) and (min-width: 0) {
								padding:2px 3px 0 3.5px;
								height:auto;
								img {
									width:100%;
									height:auto;
								}
							}
						}
						&:first-child {
							.detail {
								padding-right:16px;
								padding-left:160px;
								@media screen and (max-width: 740px) and (min-width: 0) {
									padding:0 13.5px 14px 13.5px;
								}
							}
						}
						.detail {
							width:100%;
							height:296px;
							background:#002c5f;
							color:#fff;
							text-align:center;
							box-sizing:border-box;
							.name {
								@include font(30px, 25px,'m');
								padding:38px 0 0 0;
							}
							.birth {
								@include font(16px, 26px,'r');
							}
							.work {
								@include font(24px, 28px,'b');
								color:#e63312;
								padding:17px 0 6px 0;
							}
							.etc {
								@include font(16px, 26px,'r');
							}
							padding-right:160px;
							padding-left:16px;
							@media screen and (max-width: 740px) and (min-width: 0) {
								padding:0 13.5px 14px 13.5px;
								height:auto;
								.name {
									@include font(15px, 13px,'m');
									padding:14px 0 5px 0;
								}
								.birth {
									@include font(11px, 13px,'r');
								}
								.work {
									@include font(13px, 13px,'b');
									color:#e63312;
									padding:11px 0 4px 0;
								}
								.etc {
									@include font(10px, 14px, 'r');
									span {
										display:block;
									}
								}
							}
						}
					}
				}
				*/ }
.Motorsport .section_crews .section_wrap .crews_list:after { display: block; content: ""; width: 100%; height: 0; clear: both; }
.Motorsport .section_crews .section_wrap .crews_list .drivers { float: left; width: 100%; margin-top: -59px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers { margin-top: 0; display: table; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers:focus { outline: none; }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver { position: relative; display: block; float: left; width: 50%; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver { display: table-cell; float: none; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:after { display: block; content: ""; width: 100%; height: 0; clear: both; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child { background: #e63312; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail { right: 0; left: auto; padding: 0 0 0 196px; background: #e63514; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail { padding: 15px 15px 25px; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail:after { content: ""; display: block; position: absolute; right: 2px; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 284px 56px; border-color: transparent transparent #002c5f transparent; z-index: 4; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail:after { content: none; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail:before { content: ""; display: block; position: absolute; right: 0; width: 2px; height: 284px; background: #002c5f; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail:before { content: none; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver:first-child .detail .work { left: 100px; right: auto; text-align: left; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver:last-child { background: #002c5f; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail { position: absolute; left: 0; right: auto; bottom: 0; width: 660px; padding: 0 0 0 175px; box-sizing: border-box; background: #002c5f; height: 284px; z-index: 3; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail { position: static; width: auto; height: auto; padding: 15px 15px 25px; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .name { display: block; padding: 47px 0 0 0; font-family: 'HyundaiBold'; font-size: 36px; line-height: 32px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .name { padding: 6px 0 2px; font-size: 14px; line-height: 18px; font-weight: normal; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .birth { padding: 8px 0 0 0; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .birth { padding: 0 0 7px; font-size: 10px; line-height: 12px; font-weight: normal; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .work { position: absolute; width: 400px; right: 100px; top: -83px; text-align: right; font-family: 'HyundaiBold'; font-size: 60px; line-height: 50px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .work { position: static; width: auto; text-align: left; font-size: 12px; line-height: 19px; font-weight: normal; } }
.Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .etc { padding: 25px 0 0 0; font-family: 'HyundaiMedium'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .drivers .driver .detail .etc { padding: 1.5px 0 0 0; font-size: 10px; line-height: 15px; font-weight: normal; } }
.Motorsport .section_crews .section_wrap .crews_list .slick-dots { padding-top: 43px; }
.Motorsport .section_crews .section_wrap .crews_list .slick-dots > li:not(.slick-active) { background: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .slick-dots { padding-top: 12px; } }
.Motorsport .section_crews .section_wrap .crews_list .slick-prev, .Motorsport .section_crews .section_wrap .crews_list .slick-next { top: auto; bottom: 610px; margin: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .slick-prev, .Motorsport .section_crews .section_wrap .crews_list .slick-next { top: 0; bottom: auto; margin-top: 22.4138%; } }
.Motorsport .section_crews .section_wrap .crews_list .slick-prev { left: 340px; right: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .slick-prev { left: 0; } }
.Motorsport .section_crews .section_wrap .crews_list .slick-next { right: 340px; left: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_crews .section_wrap .crews_list .slick-next { right: 0; } }

.Motorsport .section_accordion { width: 100%; max-width: 1920px; margin: 0 auto; background: #eee; }
.Motorsport .section_accordion .section_wrap { position: relative; width: 1120px; overflow: visible; position: relative; left: 50%; margin-left: -560px; padding-top: 130px; padding-bottom: 130px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap { width: auto; left: auto; margin-left: 0; padding: 35px 15px; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item { border-top: 1px solid #fff; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item:first-child { border-top: 0; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a { position: relative; display: block; padding: 0 0 0 30px; background: #002c5f; color: #fff; font-family: 'HyundaiBold'; font-size: 18px; line-height: 70px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a { padding: 13px 43px 12px 15px; font-family: 'HyundaiMedium'; font-size: 15px; line-height: 17px; font-weight: normal; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:before, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:after { content: ""; position: absolute; top: 37px; border-bottom: 3px solid #fff; border-left: 3px solid transparent; border-right: 3px solid transparent; height: 0; width: 9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:before, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:after { top: 17px; border-bottom: 2px solid #fff; border-left: 2px solid transparent; border-right: 2px solid transparent; width: 6px; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:before { right: 36px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:after { right: 28px; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:before { right: 20px; }
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit a:after { right: 14.5px; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:before, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:after { top: 31px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:before, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:after { top: 17px; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:before { right: 36px; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:after { right: 28px; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:before { right: 20px; }
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .tit.open a:after { right: 14px; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont { display: none; background: #fff; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; padding: 0 63px 83px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont { padding: 0 15px 32px; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item:last-child .cont { border-bottom: 1px solid #d9d9d9; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject { font-family: 'HyundaiBold'; font-size: 26px; line-height: 34px; font-weight: normal; padding: 53px 0 21px 0; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject strong { font-family: 'HyundaiBold'; font-size: 26px; line-height: 34px; font-weight: normal; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject.center { text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject { font-family: 'HyundaiBold'; font-size: 15px; line-height: 17px; font-weight: normal; padding: 33px 0 16px 0; }
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .subject strong { font-family: 'HyundaiBold'; font-size: 15px; line-height: 17px; font-weight: normal; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .text, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .text, .Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc p { padding-top: 26px; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .desc p:first-child { padding-top: 0; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul { margin: 0 -16px; width: 1026px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul { width: 100%; margin: 0; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li { float: left; padding: 0 16px; vertical-align: top; box-sizing: border-box; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li { padding: 0 0 28px 0; }
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li:last-child { padding: 0; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .img_wrap { padding: 0 0 16px 0; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .img_wrap.no-padding { padding: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .img_wrap.no-padding { margin-bottom: -12px; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .subject2 { padding: 0 0 8px 0; font-family: 'HyundaiMedium'; font-size: 16px; line-height: 20px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .subject2 { font-family: 'HyundaiMedium'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .subject3 { padding: 2px 0 6px 0; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 26px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .subject3 { font-family: 'HyundaiMedium'; font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li .video_wrap { position: relative; padding: 0 0 16px 0; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list { padding: 0; margin: 0; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li { position: relative; font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; padding: 0 0 15px 12px; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li:before { content: ""; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 0; top: 9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; padding: 0 0 15px 10px; }
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul > li ul.list li:before { width: 2px; height: 2px; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col1 > li { width: 100%; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col2 > li { width: 50%; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col3 > li { width: 33.3333%; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col2 > li { width: 100%; }
  .Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul.col3 > li { width: 100%; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .cont_wrap > ul:after { display: block; content: ""; width: 100%; height: 0; clear: both; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote { width: 100%; text-align: center; padding: 46px 0 8px 0; /*
&:before,
&:after {
	display:block;
	text-align:center;
	@include font(60px, 30px,'b');
	@media screen and (max-width: 740px) and (min-width: 0) {
		@include font(35px, 18px,'b');
	}
}
&:before {
	content:"“";
}
&:after {
	content:"“";
	-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);
}
*/ }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote { padding: 22px 0 8px 0; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .word { font-family: 'HyundaiBold'; font-size: 23px; line-height: 30px; font-weight: normal; margin-top: -15px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .word { font-family: 'HyundaiMedium'; font-size: 15px; line-height: 17px; font-weight: normal; } }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .word:before { content: "“"; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .word:after { content: "”"; }
.Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .author { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 34px; font-weight: normal; padding: 9px 0 0 0; margin-bottom: -3px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .accordion_wrap .item .quote .author { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 17px; font-weight: normal; padding: 10px 0 0 0; margin-bottom: 2px; } }
.Motorsport .section_accordion .section_wrap .gallery_wrap { position: relative; margin: 52px 0 40px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .gallery_wrap { margin: 24px 0 12px; } }
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content { overflow: hidden; }
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list { width: 576px; margin: 0 auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list { width: auto; } }
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .list { position: relative; float: left; margin: 0 16px; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .list { margin: 0; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .list a:active { -webkit-tap-highlight-color: transparent; } }
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .list .photo img { width: 100%; }
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .slick-next { right: 142px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .slick-next { right: 0; } }
.Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .slick-prev { left: 142px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .gallery_wrap .gallery_content .gallery_list .slick-prev { left: 0; } }
.Motorsport .section_accordion .section_wrap .gallery_wrap .page { top: auto; bottom: -51px; right: 224px; width: auto; padding-right: 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_accordion .section_wrap .gallery_wrap .page { right: auto; bottom: -13px; } }

.Motorsport .section_more { position: relative; overflow: visible; }
.Motorsport .section_more .txt_wrap { position: absolute; left: 0; top: 0; width: 100%; text-align: center; z-index: 2; margin-top: 110px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap { position: relative; left: auto; top: auto; margin-top: 30px; } }
.Motorsport .section_more .txt_wrap.txt-left { text-align: left; left: 50%; margin-left: -560px; width: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap.txt-left { left: auto; margin-left: 0; } }
.Motorsport .section_more .txt_wrap.txt-right { text-align: right; right: 50%; margin-right: -560px; width: auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap.txt-right { left: auto; margin-left: 0; } }
.Motorsport .section_more .txt_wrap.txt-right > * { clear: both; float: right; }
.Motorsport .section_more .txt_wrap .tit { width: 750px; margin: 0 auto; padding: 0 0 17px 0; font-family: 'HyundaiBold'; font-size: 80px; line-height: 80px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap .tit { width: auto; padding: 0 30px 9px; margin-top: 26px; font-family: 'HyundaiBold'; font-size: 25px; line-height: 27px; font-weight: normal; color: #000; } }
.Motorsport .section_more .txt_wrap .tit.wide { width: 950px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap .tit.wide { width: auto; } }
.Motorsport .section_more .txt_wrap .tit.text-small { font-family: 'HyundaiBold'; font-size: 50px; line-height: 56px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap .tit.text-small { font-family: 'HyundaiBold'; font-size: 25px; line-height: 27px; font-weight: normal; } }
.Motorsport .section_more .txt_wrap .tit span[data-element-type=animation] { display: block; }
.Motorsport .section_more .txt_wrap .subtit { width: 750px; margin: 0 auto; padding: 0 0 20px 0; font-family: 'HyundaiBold'; font-size: 36px; line-height: 40px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap .subtit { width: auto; padding: 0 30px 9px; font-family: 'HyundaiBold'; font-size: 25px; line-height: 27px; font-weight: normal; color: #000; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap .tit + .subtit { margin-top: -9px; } }
.Motorsport .section_more .txt_wrap .desc { width: 750px; margin: 0 auto; font-family: 'HyundaiRegular'; font-size: 18px; line-height: 28px; font-weight: normal; }
.Motorsport .section_more .txt_wrap .desc.wide { width: 950px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap .desc { width: auto; padding: 0 30px 28.5px; font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; }
  .Motorsport .section_more .txt_wrap .desc.wide { width: auto; } }
.Motorsport .section_more .txt_wrap.txt-left .desc, .Motorsport .section_more .txt_wrap.txt-right .desc { margin: 0; }
.Motorsport .section_more .txt_wrap .more { padding-top: 26px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap .more { padding-top: 0; }
  .Motorsport .section_more .txt_wrap .more.desktop { display: none; } }
.Motorsport .section_more .more.mobile-only { padding-bottom: 9px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .txt_wrap .img_wrap-mobile { display: block; width: 100%; padding: 0; }
  .Motorsport .section_more .txt_wrap .img_wrap-mobile:last-child { padding: 0; }
  .Motorsport .section_more .txt_wrap .img_wrap-mobile:first-child { margin-top: -30px; }
  .Motorsport .section_more .txt_wrap .img_wrap-mobile img { max-width: 100%; display: block; } }
.Motorsport .section_more .img_wrap-mobile { display: none; }
.Motorsport .section_more .img_wrap { display: block; position: relative; left: 50%; margin-left: -960px; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .img_wrap { left: auto; margin-left: 0; width: 100%; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .img_wrap { display: none; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_more .expand { position: relative; z-index: 2; padding: 0; margin-top: -1px; } }
.Motorsport .section_more .bg_wrap { display: none; }
.Motorsport .section_expand { display: none; }
.Motorsport .section_compare { position: relative; padding: 120px 0 130px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare { padding: 27px 0 35px; } }
.Motorsport .section_compare .section_wrap { position: relative; max-width: 1920px; margin: 0 auto; }
.Motorsport .section_compare .section_wrap .tit { padding-bottom: 45px; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .section_wrap .tit { padding-bottom: 18px; font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; } }
.Motorsport .section_compare .section_wrap .info_drag { width: 100%; padding-top: 12px; text-align: center; color: #e63514; font-family: 'HyundaiMedium'; font-size: 18px; line-height: 30px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .section_wrap .info_drag { padding-top: 18px; font-size: 12px; line-height: 15px; font-weight: normal; } }
.Motorsport .section_compare .section_wrap .info_drag .icon_drag { position: relative; display: inline-block; width: 30px; height: 30px; border: 2px solid #e63514; border-radius: 15px; box-sizing: border-box; margin-left: 4px; overflow: hidden; vertical-align: middle; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .section_wrap .info_drag .icon_drag { width: 15px; height: 15px; border-radius: 7.5px; border-width: 1px; margin-left: 1.5px; } }
.Motorsport .section_compare .section_wrap .info_drag .icon_drag:before, .Motorsport .section_compare .section_wrap .info_drag .icon_drag:after { content: ""; position: absolute; display: block; position: absolute; top: 9px; width: 0; height: 0; border-style: solid; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .section_wrap .info_drag .icon_drag:before, .Motorsport .section_compare .section_wrap .info_drag .icon_drag:after { top: 4.5px; } }
.Motorsport .section_compare .section_wrap .info_drag .icon_drag:before { border-width: 4px 5px 4px 0; border-color: transparent #e63514 transparent transparent; left: 6px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .section_wrap .info_drag .icon_drag:before { border-width: 2px 2.5px 2px 0; left: 3px; } }
.Motorsport .section_compare .section_wrap .info_drag .icon_drag:after { border-width: 4px 0 4px 5px; border-color: transparent transparent transparent #e63514; left: 15px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .section_wrap .info_drag .icon_drag:after { border-width: 2px 0 2px 2.5px; left: 7.5px; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .section_wrap .cont_wrap { padding: 0 15px; } }
.Motorsport .section_compare .interaction { max-width: 1120px; margin: 0 auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .interaction { padding: 16px 30px 0; } }
.Motorsport .section_compare .frame { position: relative; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .frame .car_wrap01 img { height: 100%; } }
.Motorsport .section_compare .frame .car_wrap02 { position: absolute; overflow: hidden; top: 0; left: 0; height: 480px; width: 50%; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .frame .car_wrap02 { height: 100%; } }
.Motorsport .section_compare .frame .car_wrap02:after { content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 3px; background: #fff; }
.Motorsport .section_compare .frame .car_wrap02 img { position: absolute; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .frame .car_wrap02 img { width: auto; height: 100%; } }
.Motorsport .section_compare .frame .controller { position: absolute; display: block; left: 50%; top: 0; width: 78px; height: 100%; margin: 0 -39px; }
.Motorsport .section_compare .frame .controller:before { content: ''; display: inline-block; width: 1px; height: 100%; margin-left: -1px; vertical-align: middle; }
.Motorsport .section_compare .frame .controller img { display: inline-block; vertical-align: middle; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .frame .controller { width: 12.5%; margin: 0 -6.25%; } }
.Motorsport .section_compare .details { padding-top: 40px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_compare .details { margin: 0 30px; padding-top: 15px; overflow-x: scroll; } }
.Motorsport .section_spec { padding: 0; background-color: #fff; }
.Motorsport .section_spec .section_wrap { padding: 120px 0 130px; background-color: #eee; }
.Motorsport .section_spec .section_wrap .cont_wrap { max-width: 1120px; margin: 0 auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec .section_wrap { padding: 33px 0 35px; } }
.Motorsport .section_spec .section_wrap { position: relative; max-width: 1920px; margin: 0 auto; }
.Motorsport .section_spec .section_wrap .tit { padding-bottom: 45px; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec .section_wrap .tit { padding-bottom: 18px; font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec .section_wrap .cont_wrap { padding: 0 15px; } }
.Motorsport .section_calendar { padding: 120px 0 125px; }
.Motorsport .section_calendar .cont_wrap { max-width: 1120px; margin: 0 auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_calendar { padding: 33px 0 35px; background: none !important; } }
.Motorsport .section_calendar .section_wrap { position: relative; max-width: 1920px; margin: 0 auto; }
.Motorsport .section_calendar .section_wrap .tit { padding-bottom: 45px; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_calendar .section_wrap .tit { padding-bottom: 18px; font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_calendar .section_wrap .cont_wrap { padding: 0 15px; } }
.Motorsport .section_spec.list.white-bg-type { background: #fff; }
.Motorsport .section_spec.list.white-bg-type .section_wrap { background: #fff; }
.Motorsport .section_spec.list.white-bg-type .section_wrap .list-type ul li .title { color: #000; }
.Motorsport .section_spec.list.white-bg-type .section_wrap .list-type ul li .desc { color: #010101; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec.list .section_wrap { padding: 6px 0 9px; } }
.Motorsport .section_spec.list .section_wrap { position: relative; max-width: 1920px; margin: 0 auto; }
.Motorsport .section_spec.list .section_wrap .tit { padding-bottom: 45px; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec.list .section_wrap .tit { padding-bottom: 18px; font-family: 'HyundaiBold'; font-size: 20px; line-height: 22px; font-weight: normal; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec.list .section_wrap .cont_wrap { padding: 0 15px; } }
.Motorsport .section_spec.list .list-type { width: 1152px; margin: -17px auto -23px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec.list .list-type { width: 100%; margin: 0; } }
.Motorsport .section_spec.list .list-type ul:after { content: ""; display: block; width: 100%; clear: both; height: 0; }
.Motorsport .section_spec.list .list-type ul li { display: inline-block; width: 352px; margin: 0 16px; vertical-align: top; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec.list .list-type ul li { display: block; width: 100%; margin: 0; padding: 0 30px 2.5px; }
  .Motorsport .section_spec.list .list-type ul li:first-child .thumb { border-top: 0; } }
.Motorsport .section_spec.list .list-type ul li > span { display: block; }
.Motorsport .section_spec.list .list-type ul li .thumb { padding: 17px 0 30px 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec.list .list-type ul li .thumb { border-top: 2px solid #666; padding: 30px 0 15px 0; }
  .Motorsport .section_spec.list .list-type ul li .thumb img { width: 100%; } }
.Motorsport .section_spec.list .list-type ul li .title { border-top: 2px solid #666; font-family: 'HyundaiMedium'; font-size: 20px; line-height: 26px; font-weight: normal; padding: 25px 0 6px 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec.list .list-type ul li .title { border-top: none; font-family: 'HyundaiMedium'; font-size: 14px; line-height: 21px; font-weight: normal; padding: 0 0 3.5px 0; } }
.Motorsport .section_spec.list .list-type ul li .desc { font-family: 'HyundaiRegular'; font-size: 16px; line-height: 26px; font-weight: normal; padding: 0 10px 15px 0; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_spec.list .list-type ul li .desc { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 21px; font-weight: normal; padding: 0 0 21px 0; } }

@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec { overflow: visible; } }
.Motorsport .section_tech_spec .section_wrap { position: relative; left: 50%; width: 1120px; margin-left: -560px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec .section_wrap { width: auto; left: 0; padding: 0 15px 29px; margin: 0; } }
.Motorsport .section_tech_spec .section_wrap .tit { position: relative; z-index: 2; width: 100%; padding: 119px 0 45px 0; text-align: center; font-family: 'HyundaiBold'; font-size: 50px; line-height: 60px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec .section_wrap .tit { padding: 31px 0 13.5px 0; font-family: 'HyundaiBold'; font-size: 20px; line-height: 24px; font-weight: normal; } }
.Motorsport .section_tech_spec .exterior_wrap { position: relative; padding-bottom: 80px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec .exterior_wrap { padding-bottom: 0; } }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list { position: relative; overflow: hidden; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior { float: left; outline: none; position: relative; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdCQ0FEOUIyQjdBRTExRTdBMUMyQzFCQ0RDNDIyMkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdCQ0FEOUIzQjdBRTExRTdBMUMyQzFCQ0RDNDIyMkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0JDQUQ5QjBCN0FFMTFFN0ExQzJDMUJDREM0MjIyRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0JDQUQ5QjFCN0FFMTFFN0ExQzJDMUJDREM0MjIyRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4QvqitAAAF9ElEQVR42tRae2xTVRg/fdDn2j26J+sGSnCTwOZAQZiSiKgwATMl4hJNdBIZZmLiH/zjC4WEfwQSNhQzMJqI0UQiKhkaARPmBCds4xHYHErY+9U92r362vy+23O6s9re9rbdGn/JL7f33HvP97un53zn+75WNjU1RcKAHPgQ8DHgg8D7gJlAPb0+CuwA/gW8DPwV+CdwkkQLKFwCzcD9wNYp6Wilz5ol2vRLGRvxpJyigC830FxtgsOHwO1AVYRj5QAeA74HNi3hdhJUOIh+Hg5HgMl8+6jDTdoHJ0j/iIPYJlxk3DlJXG5PX0qFjGjnyYlBoyTJcSpiTtQQvUrh23U/sBzsfhNV4SBYCYcKYNmM9lEnaWy3kj6bQ5KhFIOKPGA2kiT9PN9LR4FvgH1XxMJBtA4OOBKbWJsVRrWh1Uq6rfaI5km6UU0Kso3EqFHyzaeB20DDWNjC6UifBG5hN7X0jpGGtmESngPyY1RGSEFWPFmcquObfwA+F+rIy/20VfKir7XbSH1r9ER7PBkR+sS+OWyhtolk4TDa2+Cwg51f77CRW90jZLaAfaMNDjuaa78qlSScurzK6ekxSm52zZ5oBrSBthh0OvUnax/OLw72HL9C9jGXJyzENqskAWtfz5txfuHjayE/Ww+LPs2gJkatkuh1WtXLLxRVXrh0dSFcOgx0i414NvBV1ojeI5pzOhTwA7XpyTUZixZm4v6xF6gWE74TKDhYC/jpSF1eOECbaNuzgSlk5aXPzoePq3GHBSr8CUe+yBoaJU6RaIK3XbR+dZpCIQfHSdYA3wwU5ZmFbdzuFrbwWAFtowZhpzUlqB9ZlW+glzYDH/cVvo6dtA9NkFiD17CusCCBu4SjnsALX8G/cazBa8hbssjAXcLPpbzwHHaCUV6swWtYkJWh87m8EZjK/HgGa8XQNFQ/LdWv+yKQn+c1mBKNKj/7zjPAKjn9CgSweDqW4DVotWqFn1uewDhNTv5/SAHmonBvlIOZS6zBaxgft7sD3FaAc6YLp5Pw1UC65XBNSpqT0YhVeKAGBsugNZCby8G7mr3+ZmZWEhPwGu62dQXKiLJQ+BXvKtarYi4ck2tvEnPzb1uA20xyWqzxvAZk47GGOWFaw/nahqEAt+lQeB3utHimB++D2XjM3AXY1lMP2GcZsv/2x1WbWAaEq/FL1oAlhFiBt1199mKP2z0ZaGMZY0v4CK0wCXUPLCHMNdAmq7m4QHHF8ZMdIrdbmPB2WhbzOMlsI5lrj442GX78ubb7n7udYtlMm4yr1pqoazSxZBlzwbnAchC9ONVT6LWNjDlXbnitrqdvwCnySJXX29MCZDk7x46WZMTNumi0wUQj9h78/HYQ0UKKOiNWAfFfw+FTdr4s00By0/WzJvr+9DjBBsP3P9V0HjtxuifIY33AJn9B1i5aDhOQDyt9+SzMeewzzzwturbuen/Z7gO3Q3j0FyyG/Uc4jDp6lxLgGX7abFiaEhVvg31shL746XHx8g1LSdmeW3a7I9gvFphlnMIPYmVm9E0VfElOaI9ymfnUmZrOnbs/arE7nKEkAzgTDokKZ2iqPfGKVqM+aojTzdhSMRvHxNZb2IfBck16BkwplxOtiivswzau98kJrLZR575DX7TAnO4N8d3Rxb1Ej6H9lFK4cllxacnTlZufKkxXKhQRJR+4uaCffnt/1Z3uXotTwqNYIjzHTkISTvHWvQvmb921fWsmFmuSk+IlTfj+gWE7buOHj33bEWRz8Qcs/B/gG6QIx0D5A6wsYYUJizXrH12RsDT3HkNWZpouNTlRrdF4fuiZmHC4e/sH7W0dPWM3mu7YztZcGcKASST2EMPvwPfpwgxLOKEFSBS/ao4igUvAPUC7v+hQCrCDdzCcmAPRaONdf6LZ1y95fQEPAhvpZhUfZcHD1A2fCzZvw8V5mvZhWawowr7YgFQDP6PiRSF1jovVOoppsSZZarmQbuPf0TgkJERLuLc/LNZgKEI8f0ww05fSslIJFYfxP/5BoR73OIw9pBr6V4ABAEDH0gsg1mDgAAAAAElFTkSuQmCC"); background-position: 50% 50%; background-repeat: no-repeat; width: 46px; height: 46px; display: block; text-indent: -9999em; position: absolute; left: 0; top: 0; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point1 { left: 308px; top: 100px; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point2 { left: 680px; top: 232px; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point3 { left: 266px; top: 249px; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point4 { left: 417px; top: 287px; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_1 { left: 31%; top: 19.5%; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_2 { left: 75%; top: 37.2%; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_3 { left: 18.8%; top: 48%; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom { width: 9%; height: 16%; background-size: 100% auto; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point1 { left: 22.5%; top: 14.5%; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point2 { left: 56.5%; top: 38%; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point3 { left: 20%; top: 41%; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point4 { left: 37.4%; top: 46.2%; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_1 { left: 29.5%; top: 18.5%; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_2 { left: 69%; top: 38.1%; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .exterior .zoom.point_r5_3 { left: 17%; top: 47%; } }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .slick-dots { padding-top: 25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .slick-dots { padding-top: 2.5px; } }
.Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .slick-arrow { top: 280px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec .exterior_wrap .exterior_image_list .slick-arrow { top: 50%; margin-top: -17.5px; } }
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow-y: hidden; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer { background: #a8cbe6; position: absolute; left: 50%; top: 280px; width: 530px; margin-left: -265px; height: auto; min-height: 0; box-sizing: border-box; padding: 56px 40px 54px 40px; display: none; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer.on { display: block; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer .tit { margin-bottom: 7px; font-family: 'HyundaiBold'; font-size: 26px; line-height: 26px; font-weight: normal; text-align: left; }
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer .btn_close { top: 8px; right: 8px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer .btn_close { top: 6px; right: 6px; } }
.Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .layer_dim { display: none; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap { height: auto; overflow: visible; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .layer_dim { display: block; bakcground: rgba(0, 0, 0, 0.7); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; }
  .Motorsport .section_tech_spec .exterior_wrap .exterior_layer_wrap .exterior_layer { margin-top: 15px !important; width: auto; margin: 0; position: relative; left: 0; top: 0; margin: 0; z-index: 101; padding: 30px 20px 30px 20px; } }

.Motorsport .section_card .section_wrap { position: absolute; left: 50%; width: 1120px; margin-left: -560px; padding-top: 142px; z-index: 1; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .section_wrap { position: static; width: auto; padding-top: 0; margin-left: 0; } }
.Motorsport .section_card .tit { font-family: 'HyundaiBold'; font-size: 80px; line-height: 80px; font-weight: normal; color: #fff; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .tit { padding: 0 30px 24px; font-size: 25px; line-height: 27px; font-weight: normal; color: #000; } }
.Motorsport .section_card .gallery_content { margin-top: 64px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .gallery_content { margin-top: 0; } }
.Motorsport .section_card .gallery_content .gallery_list { position: relative; width: 992px; margin: 0 auto; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .gallery_content .gallery_list { width: 100%; } }
.Motorsport .section_card .gallery_content .gallery_list .list { float: left; outline: none; }
.Motorsport .section_card .gallery_content .slick-list { overflow: hidden; background: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .gallery_content .slick-list { background: #eee; } }
.Motorsport .section_card .gallery_content .slick-arrow { background: none; margin-top: -25px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .gallery_content .slick-arrow { top: 0; margin-top: -17px; background: rgba(0, 0, 0, 0.5); } }
.Motorsport .section_card .gallery_content .slick-prev { left: -77px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .gallery_content .slick-prev { left: 0; } }
.Motorsport .section_card .gallery_content .slick-next { right: -77px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .gallery_content .slick-next { right: 0; } }
.Motorsport .section_card .gallery_content .slick-dots { margin-top: 4px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .gallery_content .slick-dots { position: absolute; top: 0; margin-top: 56.25%; padding-top: 12px; } }
.Motorsport .section_card .gallery_content .slick-dots li:not(.slick-active) { background: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .gallery_content .slick-dots li:not(.slick-active) { background: #000; } }
.Motorsport .section_card .card_wrap .card_bd { padding: 36px 28px 34px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd { min-height: auto; padding: 59px 0 29px; background: transparent; } }
.Motorsport .section_card .card_wrap .card_bd .card_tit { float: left; width: 252px; padding-left: 21px; margin-top: -2px; font-family: 'HyundaiBold'; font-size: 30px; line-height: 50px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd .card_tit { float: none; width: auto; padding-left: 0; text-align: center; margin-top: 0; font-size: 20px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_card .card_wrap .card_bd .card_content { position: relative; float: left; width: 684px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd .card_content { float: none; width: auto; padding: 0 30px; border: none; text-align: center; } }
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail { float: left; padding: 0 28px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail { float: none; padding: 14px 0 0; } }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail:last-child { padding-top: 9px; } }
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail:before { content: ''; position: absolute; top: 0; bottom: 0; width: 1px; border-left: 1px solid #dadada; margin-left: -26px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail:before { content: none; } }
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dt, .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd { font-family: 'HyundaiRegular'; font-size: 14px; line-height: 18px; font-weight: normal; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dt, .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd { font-size: 14px; line-height: 21px; font-weight: normal; } }
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dt { font-family: 'HyundaiBold'; font-size: 16px; line-height: 26px; font-weight: normal; margin-top: -3px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dt { font-size: 14px; line-height: 21px; font-weight: normal; margin-top: 0; } }
.Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd { margin-top: 1px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .card_wrap .card_bd .card_content .content_detail dd { margin-top: 0; } }
.Motorsport .section_card .more { padding-top: 24px; text-align: center; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .more { padding: 8px 0 13px; background: #eee; } }
.Motorsport .section_card .more .link_layer { color: #fff; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .more .link_layer { color: #000; } }
.Motorsport .section_card .bg_wrap { position: relative; left: 50%; margin-left: -960px; }
@media screen and (max-width: 740px) and (min-width: 0) { .Motorsport .section_card .bg_wrap { display: none; } }
.Motorsport .section_card .bg_wrap .bg_img_wrap { position: absolute; top: 0; }

/*# sourceMappingURL=motorsport.css.map */

